HPSearch

cgl.hpsearch.shell.flow
Class WSDLResource

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended bycgl.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

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
WSDLResource()
           
 
Method Summary
 String getClassName()
           
 RequestSpecification getRequestSpec()
           
 String getResourceID()
           
 void jsConstructor()
           
 String jsGet_operation()
           
 Object jsGet_param()
           
 String jsGet_wsdl()
           
 void jsSet_operation(String _operation)
           
 void jsSet_param(Object param)
           
 void jsSet_wsdl(String _wsdl)
           
 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

WSDLResource

public WSDLResource()
Method Detail

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.

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006