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 java.lang.Object implements MethodOperation.Factory<CallService>
A factory for the <call-service> element.
-
-
Constructor Summary
Constructors Constructor Description CallServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallService
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public CallService createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CallService>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<CallService>
-
-