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