Class CallSimpleMethod.CallSimpleMethodFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.callops.CallSimpleMethod.CallSimpleMethodFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<CallSimpleMethod>
- Enclosing class:
- CallSimpleMethod
public static final class CallSimpleMethod.CallSimpleMethodFactory extends java.lang.Object implements MethodOperation.Factory<CallSimpleMethod>
A factory for the <call-simple-method> element.
-
-
Constructor Summary
Constructors Constructor Description CallSimpleMethodFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallSimpleMethod
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public CallSimpleMethod createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CallSimpleMethod>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<CallSimpleMethod>
-
-