|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.common.xml.ServiceSpecification
ServiceSpecification specifies the details required to initialize a service. This includes the following
| Constructor Summary | |
ServiceSpecification()
|
|
| Method Summary | |
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 |
enumerateInput()
Method enumerateInput |
Enumeration |
enumerateOutput()
Method enumerateOutput |
Enumeration |
enumerateParameter()
Method enumerateParameter |
String |
getErrorStream()
Returns the value of field 'errorStream'. |
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'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllInput()
Method removeAllInput |
void |
removeAllOutput()
Method removeAllOutput |
void |
removeAllParameter()
Method removeAllParameter |
String |
removeInput(int index)
Method removeInput |
String |
removeOutput(int index)
Method removeOutput |
Parameter |
removeParameter(int index)
Method removeParameter |
void |
setErrorStream(String errorStream)
Sets the value of field 'errorStream'. |
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'. |
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 ServiceSpecification()
| Method Detail |
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 enumerateInput()
public Enumeration enumerateOutput()
public Enumeration enumerateParameter()
public String getErrorStream()
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 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 removeAllInput()
public void removeAllOutput()
public void removeAllParameter()
public String removeInput(int index)
index - public String removeOutput(int index)
index - public Parameter removeParameter(int index)
index - public void setErrorStream(String errorStream)
errorStream - the value of field 'errorStream'.
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 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 | |||||||||