org.ofbiz.minilang.method.callops
Class CallServiceAsynch.CallServiceAsynchFactory

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

public static final class CallServiceAsynch.CallServiceAsynchFactory
extends java.lang.Object
implements MethodOperation.Factory<CallServiceAsynch>


Constructor Summary
CallServiceAsynch.CallServiceAsynchFactory()
           
 
Method Summary
 CallServiceAsynch 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

CallServiceAsynch.CallServiceAsynchFactory

public CallServiceAsynch.CallServiceAsynchFactory()
Method Detail

createMethodOperation

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

getName

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