org.ofbiz.minilang.method.callops
Class CreateObject.CreateObjectFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.callops.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>


Constructor Summary
CreateObject.CreateObjectFactory()
           
 
Method Summary
 CreateObject createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateObject.CreateObjectFactory

public CreateObject.CreateObjectFactory()
Method Detail

createMethodOperation

public CreateObject createMethodOperation(org.w3c.dom.Element element,
                                          SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<CreateObject>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<CreateObject>