|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.WSIFResponse
public class WSIFResponse
This class represents a service response coming out of WSIF. It contains the outgoing message or fault message, context information as well as other information.
Constructor Summary | |
---|---|
WSIFResponse(javax.xml.namespace.QName serviceID)
Constructor. |
Method Summary | |
---|---|
WSIFMessage |
getContextMessage()
Get the context message. |
WSIFMessage |
getFaultMessage()
Get the fault message. |
java.lang.String |
getInputName()
Gets the inputName |
boolean |
getIsFault()
Get the value of the isFault flag. |
java.lang.String |
getOperationName()
Get the operation name. |
WSIFMessage |
getOutgoingMessage()
Get the outgoing message. |
java.lang.String |
getOutputName()
Gets the outputName |
java.lang.String |
getPortName()
Gets the portName |
javax.xml.namespace.QName |
getServiceID()
Get the service ID. |
void |
setContextMessage(WSIFMessage contextMessage)
Set the context message. |
void |
setFaultMessage(WSIFMessage faultMessage)
Set the fault message. |
void |
setInputName(java.lang.String inputName)
Sets the inputName |
void |
setIsFault(boolean isFault)
Indicate whether this response contains a a fault message or an ok response message. |
void |
setOperationName(java.lang.String operationName)
Set the operation name. |
void |
setOutgoingMessage(WSIFMessage outgoingMessage)
Set the outgoing message. |
void |
setOutputName(java.lang.String outputName)
Sets the outputName |
void |
setPortName(java.lang.String portName)
Sets the portName |
java.lang.String |
toString()
Printable version. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSIFResponse(javax.xml.namespace.QName serviceID)
Method Detail |
---|
public javax.xml.namespace.QName getServiceID()
public void setOperationName(java.lang.String operationName)
public java.lang.String getOperationName()
public void setIsFault(boolean isFault)
public boolean getIsFault()
public void setOutgoingMessage(WSIFMessage outgoingMessage)
public WSIFMessage getOutgoingMessage()
public void setFaultMessage(WSIFMessage faultMessage)
public WSIFMessage getFaultMessage()
public void setContextMessage(WSIFMessage contextMessage)
public WSIFMessage getContextMessage()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
portName
- The portName to setpublic java.lang.String getInputName()
public void setInputName(java.lang.String inputName)
inputName
- The inputName to setpublic java.lang.String getOutputName()
public void setOutputName(java.lang.String outputName)
outputName
- The outputName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |