Package org.adempiere.base
Class DefaultCalloutFactory
- java.lang.Object
-
- org.adempiere.base.DefaultCalloutFactory
-
- All Implemented Interfaces:
ICalloutFactory
public class DefaultCalloutFactory extends Object implements ICalloutFactory
- Author:
- a42niem This is just a blueprint for creation of a CalloutFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultCalloutFactory()
default constructor
-
-
-
Method Detail
-
getCallout
public Callout getCallout(String className, String methodName)
- Specified by:
getCallout
in interfaceICalloutFactory
- Returns:
- matching Callout
-
-