org.ofbiz.minilang.method.callops
Class CallService.CallServiceFactory

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

public static final class CallService.CallServiceFactory
extends java.lang.Object
implements MethodOperation.Factory<CallService>


Constructor Summary
CallService.CallServiceFactory()
           
 
Method Summary
 CallService 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

CallService.CallServiceFactory

public CallService.CallServiceFactory()
Method Detail

createMethodOperation

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

getName

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