org.ofbiz.minilang.method.callops
Class SetServiceFields.SetServiceFieldsFactory

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

public static final class SetServiceFields.SetServiceFieldsFactory
extends java.lang.Object
implements MethodOperation.Factory<SetServiceFields>


Constructor Summary
SetServiceFields.SetServiceFieldsFactory()
           
 
Method Summary
 SetServiceFields 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

SetServiceFields.SetServiceFieldsFactory

public SetServiceFields.SetServiceFieldsFactory()
Method Detail

createMethodOperation

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

getName

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