cgl.hpsearch.shell.flow
Class WSDLResource
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.flow.WSDLResource
- All Implemented Interfaces:
- Resource, Scriptable, Serializable
- public class WSDLResource
- extends ScriptableObject
- implements Resource
Created on Oct 25, 2004
- Author:
- Harshawardhan Gadgil
- See Also:
- Serialized Form
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLResource
public WSDLResource()
jsConstructor
public void jsConstructor()
getClassName
public String getClassName()
- Specified by:
getClassName in interface Scriptable
getRequestSpec
public RequestSpecification getRequestSpec()
- Specified by:
getRequestSpec in interface Resource
usage
public void usage()
- Specified by:
usage in interface Resource
getResourceID
public String getResourceID()
- Specified by:
getResourceID in interface Resource
jsGet_operation
public String jsGet_operation()
- Returns:
- Returns the operation.
jsSet_operation
public void jsSet_operation(String _operation)
- Parameters:
_operation - The operation to set.
jsGet_param
public Object jsGet_param()
- Returns:
- Returns the param.
jsSet_param
public void jsSet_param(Object param)
- Parameters:
param - The param to set.
jsGet_wsdl
public String jsGet_wsdl()
- Returns:
- Returns the wsdl.
jsSet_wsdl
public void jsSet_wsdl(String _wsdl)
- Parameters:
_wsdl - The wsdl to set.