org.ofbiz.minilang.method.callops
Class CallObjectMethod.CallObjectMethodFactory

java.lang.Object
  extended by org.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>


Constructor Summary
CallObjectMethod.CallObjectMethodFactory()
           
 
Method Summary
 CallObjectMethod 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

CallObjectMethod.CallObjectMethodFactory

public CallObjectMethod.CallObjectMethodFactory()
Method Detail

createMethodOperation

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

getName

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