cgl.hpsearch.shell.system
Class WSDL
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.system.WSDL
- All Implemented Interfaces:
- Scriptable, Serializable
- public class WSDL
- extends ScriptableObject
WSDL host object to handle Web service invocations
Refer the NB-scripting: Host Objects for
usage.
- See Also:
- Serialized Form
|
Constructor Summary |
WSDL()
|
|
Method Summary |
String |
getClassName()
|
static Scriptable |
jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
|
static Object |
jsFunction_invoke(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_setTimeOut(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_show(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Lists the ports, bindings, operations and the parameters of the operations
defined in the WSDL |
String |
jsGet_wsdl()
|
void |
jsSet_wsdl(String url)
|
| 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 |
WSDL
public WSDL()
jsConstructor
public static Scriptable jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
getClassName
public String getClassName()
jsSet_wsdl
public void jsSet_wsdl(String url)
jsGet_wsdl
public String jsGet_wsdl()
jsFunction_setTimeOut
public static void jsFunction_setTimeOut(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_invoke
public static Object jsFunction_invoke(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_show
public static void jsFunction_show(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
- Lists the ports, bindings, operations and the parameters of the operations
defined in the WSDL