org.ofbiz.minilang.method.callops
Class CallClassMethod.CallClassMethodFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.callops.CallClassMethod.CallClassMethodFactory
All Implemented Interfaces:
MethodOperation.Factory<CallClassMethod>
Enclosing class:
CallClassMethod

public static final class CallClassMethod.CallClassMethodFactory
extends java.lang.Object
implements MethodOperation.Factory<CallClassMethod>


Constructor Summary
CallClassMethod.CallClassMethodFactory()
           
 
Method Summary
 CallClassMethod 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

CallClassMethod.CallClassMethodFactory

public CallClassMethod.CallClassMethodFactory()
Method Detail

createMethodOperation

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

getName

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