org.ofbiz.minilang.method.callops
Class CallSimpleMethod.CallSimpleMethodFactory

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

public static final class CallSimpleMethod.CallSimpleMethodFactory
extends java.lang.Object
implements MethodOperation.Factory<CallSimpleMethod>


Constructor Summary
CallSimpleMethod.CallSimpleMethodFactory()
           
 
Method Summary
 CallSimpleMethod 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

CallSimpleMethod.CallSimpleMethodFactory

public CallSimpleMethod.CallSimpleMethodFactory()
Method Detail

createMethodOperation

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

getName

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