org.ofbiz.minilang.method.callops
Class CallBsh.CallBshFactory

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

public static final class CallBsh.CallBshFactory
extends java.lang.Object
implements MethodOperation.Factory<CallBsh>


Constructor Summary
CallBsh.CallBshFactory()
           
 
Method Summary
 CallBsh 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

CallBsh.CallBshFactory

public CallBsh.CallBshFactory()
Method Detail

createMethodOperation

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

getName

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