Package org.adempiere.base
Interface ICalloutFactory
- All Known Implementing Classes:
DefaultCalloutFactory
public interface ICalloutFactory
Factory interface for
For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
Callout
.For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
- Author:
- a42niem
-
Method Summary
-
Method Details
-
getCallout
- Parameters:
className
-methodName
-- Returns:
- matching Callout instance
-