|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.common.xml.WSProxySpec
Descriptor for a Webservice. Contains a list for i/p, o/p, service parameters, event handles and exception Table.
| Constructor Summary | |
WSProxySpec()
|
|
| Method Summary | |
void |
addErrorMap(ErrorMap vErrorMap)
Method addErrorMap |
void |
addErrorMap(int index,
ErrorMap vErrorMap)
Method addErrorMap |
void |
addEventHandler(EventHandler vEventHandler)
Method addEventHandler |
void |
addEventHandler(int index,
EventHandler vEventHandler)
Method addEventHandler |
void |
addInput(int index,
String vInput)
Method addInput |
void |
addInput(String vInput)
Method addInput |
void |
addOutput(int index,
String vOutput)
Method addOutput |
void |
addOutput(String vOutput)
Method addOutput |
void |
addParameter(int index,
Parameter vParameter)
Method addParameter |
void |
addParameter(Parameter vParameter)
Method addParameter |
Enumeration |
enumerateErrorMap()
Method enumerateErrorMap |
Enumeration |
enumerateEventHandler()
Method enumerateEventHandler |
Enumeration |
enumerateInput()
Method enumerateInput |
Enumeration |
enumerateOutput()
Method enumerateOutput |
Enumeration |
enumerateParameter()
Method enumerateParameter |
String |
getDestinationEngineID()
Returns the value of field 'destinationEngineID'. |
String |
getEndPointURI()
Returns the value of field 'endPointURI'. |
ErrorMap[] |
getErrorMap()
Method getErrorMap |
ErrorMap |
getErrorMap(int index)
Method getErrorMap |
int |
getErrorMapCount()
Method getErrorMapCount |
EventHandler[] |
getEventHandler()
Method getEventHandler |
EventHandler |
getEventHandler(int index)
Method getEventHandler |
int |
getEventHandlerCount()
Method getEventHandlerCount |
String[] |
getInput()
Method getInput |
String |
getInput(int index)
Method getInput |
int |
getInputCount()
Method getInputCount |
String[] |
getOutput()
Method getOutput |
String |
getOutput(int index)
Method getOutput |
int |
getOutputCount()
Method getOutputCount |
Parameter[] |
getParameter()
Method getParameter |
Parameter |
getParameter(int index)
Method getParameter |
int |
getParameterCount()
Method getParameterCount |
String |
getServiceID()
Returns the value of field 'serviceID'. |
String |
getSourceEngineID()
Returns the value of field 'sourceEngineID'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllErrorMap()
Method removeAllErrorMap |
void |
removeAllEventHandler()
Method removeAllEventHandler |
void |
removeAllInput()
Method removeAllInput |
void |
removeAllOutput()
Method removeAllOutput |
void |
removeAllParameter()
Method removeAllParameter |
ErrorMap |
removeErrorMap(int index)
Method removeErrorMap |
EventHandler |
removeEventHandler(int index)
Method removeEventHandler |
String |
removeInput(int index)
Method removeInput |
String |
removeOutput(int index)
Method removeOutput |
Parameter |
removeParameter(int index)
Method removeParameter |
void |
setDestinationEngineID(String destinationEngineID)
Sets the value of field 'destinationEngineID'. |
void |
setEndPointURI(String endPointURI)
Sets the value of field 'endPointURI'. |
void |
setErrorMap(ErrorMap[] errorMapArray)
Method setErrorMap |
void |
setErrorMap(int index,
ErrorMap vErrorMap)
Method setErrorMap |
void |
setEventHandler(EventHandler[] eventHandlerArray)
Method setEventHandler |
void |
setEventHandler(int index,
EventHandler vEventHandler)
Method setEventHandler |
void |
setInput(int index,
String vInput)
Method setInput |
void |
setInput(String[] inputArray)
Method setInput |
void |
setOutput(int index,
String vOutput)
Method setOutput |
void |
setOutput(String[] outputArray)
Method setOutput |
void |
setParameter(int index,
Parameter vParameter)
Method setParameter |
void |
setParameter(Parameter[] parameterArray)
Method setParameter |
void |
setServiceID(String serviceID)
Sets the value of field 'serviceID'. |
void |
setSourceEngineID(String sourceEngineID)
Sets the value of field 'sourceEngineID'. |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSProxySpec()
| Method Detail |
public void addErrorMap(ErrorMap vErrorMap)
throws IndexOutOfBoundsException
vErrorMap -
IndexOutOfBoundsException
public void addErrorMap(int index,
ErrorMap vErrorMap)
throws IndexOutOfBoundsException
index - vErrorMap -
IndexOutOfBoundsException
public void addEventHandler(EventHandler vEventHandler)
throws IndexOutOfBoundsException
vEventHandler -
IndexOutOfBoundsException
public void addEventHandler(int index,
EventHandler vEventHandler)
throws IndexOutOfBoundsException
index - vEventHandler -
IndexOutOfBoundsException
public void addInput(String vInput)
throws IndexOutOfBoundsException
vInput -
IndexOutOfBoundsException
public void addInput(int index,
String vInput)
throws IndexOutOfBoundsException
index - vInput -
IndexOutOfBoundsException
public void addOutput(String vOutput)
throws IndexOutOfBoundsException
vOutput -
IndexOutOfBoundsException
public void addOutput(int index,
String vOutput)
throws IndexOutOfBoundsException
index - vOutput -
IndexOutOfBoundsException
public void addParameter(Parameter vParameter)
throws IndexOutOfBoundsException
vParameter -
IndexOutOfBoundsException
public void addParameter(int index,
Parameter vParameter)
throws IndexOutOfBoundsException
index - vParameter -
IndexOutOfBoundsExceptionpublic Enumeration enumerateErrorMap()
public Enumeration enumerateEventHandler()
public Enumeration enumerateInput()
public Enumeration enumerateOutput()
public Enumeration enumerateParameter()
public String getDestinationEngineID()
public String getEndPointURI()
public ErrorMap getErrorMap(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ErrorMap[] getErrorMap()
public int getErrorMapCount()
public EventHandler getEventHandler(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic EventHandler[] getEventHandler()
public int getEventHandlerCount()
public String getInput(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic String[] getInput()
public int getInputCount()
public String getOutput(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic String[] getOutput()
public int getOutputCount()
public Parameter getParameter(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Parameter[] getParameter()
public int getParameterCount()
public String getServiceID()
public String getSourceEngineID()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllErrorMap()
public void removeAllEventHandler()
public void removeAllInput()
public void removeAllOutput()
public void removeAllParameter()
public ErrorMap removeErrorMap(int index)
index - public EventHandler removeEventHandler(int index)
index - public String removeInput(int index)
index - public String removeOutput(int index)
index - public Parameter removeParameter(int index)
index - public void setDestinationEngineID(String destinationEngineID)
destinationEngineID - the value of field 'destinationEngineID'.public void setEndPointURI(String endPointURI)
endPointURI - the value of field 'endPointURI'.
public void setErrorMap(int index,
ErrorMap vErrorMap)
throws IndexOutOfBoundsException
index - vErrorMap -
IndexOutOfBoundsExceptionpublic void setErrorMap(ErrorMap[] errorMapArray)
errorMapArray -
public void setEventHandler(int index,
EventHandler vEventHandler)
throws IndexOutOfBoundsException
index - vEventHandler -
IndexOutOfBoundsExceptionpublic void setEventHandler(EventHandler[] eventHandlerArray)
eventHandlerArray -
public void setInput(int index,
String vInput)
throws IndexOutOfBoundsException
index - vInput -
IndexOutOfBoundsExceptionpublic void setInput(String[] inputArray)
inputArray -
public void setOutput(int index,
String vOutput)
throws IndexOutOfBoundsException
index - vOutput -
IndexOutOfBoundsExceptionpublic void setOutput(String[] outputArray)
outputArray -
public void setParameter(int index,
Parameter vParameter)
throws IndexOutOfBoundsException
index - vParameter -
IndexOutOfBoundsExceptionpublic void setParameter(Parameter[] parameterArray)
parameterArray - public void setServiceID(String serviceID)
serviceID - the value of field 'serviceID'.public void setSourceEngineID(String sourceEngineID)
sourceEngineID - the value of field 'sourceEngineID'.
public static Object unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||