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