Class CallService.CallServiceFactory
java.lang.Object
org.apache.ofbiz.minilang.method.callops.CallService.CallServiceFactory
- All Implemented Interfaces:
MethodOperation.Factory<CallService>
- Enclosing class:
- CallService
public static final class CallService.CallServiceFactory
extends Object
implements MethodOperation.Factory<CallService>
A factory for the <call-service> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
CallServiceFactory
public CallServiceFactory()
-
-
Method Details
-
createMethodOperation
public CallService createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CallService>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<CallService>
-