|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.flow.WSProxyResource
Created: Apr 26, 2004
| Field Summary |
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
DONTENUM, EMPTY, parent, PERMANENT, prototype, READONLY |
| Fields inherited from interface org.mozilla.javascript.Scriptable |
NOT_FOUND |
| Constructor Summary | |
WSProxyResource()
|
|
| Method Summary | |
String |
getClassName()
|
RequestSpecification |
getRequestSpec()
Builds a RequestSpecification for this WSProxyResource |
String |
getResourceID()
|
static Scriptable |
jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
Constructor used in Java Script. |
static String |
jsFunction_getServiceDescription(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
Marshal the WebServiceParams object into XML and return it. |
static void |
jsFunction_setErrorHandler(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
Set service error handling. |
static void |
jsFunction_setInput(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
Set Service i/p streams |
static void |
jsFunction_setOutput(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
Set service o/p streams |
static void |
jsFunction_setParameter(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
Set service parameters |
void |
usage()
|
| 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 |
| Constructor Detail |
public WSProxyResource()
| Method Detail |
public static void jsFunction_setInput(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
_cx - thisObj - id - funObj -
public static void jsFunction_setOutput(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
_cx - thisObj - id - funObj -
public static void jsFunction_setParameter(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
_cx - thisObj - id - funObj -
public static void jsFunction_setErrorHandler(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
_cx - thisObj - id - funObj -
public static Scriptable jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
cx - args - ctorObj - inNewExpr - public String getClassName()
getClassName in interface Scriptable
public static String jsFunction_getServiceDescription(Context _cx,
Scriptable thisObj,
Object[] id,
Function funObj)
public RequestSpecification getRequestSpec()
getRequestSpec in interface Resourcepublic void usage()
usage in interface Resourcepublic String getResourceID()
getResourceID in interface Resource
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||