|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.WSIFRequest
This class represents a service request coming into WSIF. It contains the incoming WSIF message, context information (in the form of a WSIF message) as well as other information (service ID, port name, operation name etc.).
Constructor Summary | |
WSIFRequest(javax.xml.namespace.QName serviceID)
Constructor. |
Method Summary | |
WSIFMessage |
getContextMessage()
Get the context message. |
WSIFMessage |
getIncomingMessage()
Get the incoming message. |
java.lang.String |
getInputName()
Gets the inputName |
java.lang.String |
getOperationName()
Get the operation name. |
java.lang.String |
getOutputName()
Gets the outputName |
java.lang.String |
getPortName()
Get the port name. |
javax.xml.namespace.QName |
getServiceID()
Get the service ID. |
void |
setContextMessage(WSIFMessage contextMessage)
Set the context message. |
void |
setIncomingMessage(WSIFMessage incomingMessage)
Set the incoming message. |
void |
setInputName(java.lang.String inputName)
Sets the inputName |
void |
setOperationName(java.lang.String operationName)
Set the operation name. |
void |
setOutputName(java.lang.String outputName)
Sets the outputName |
void |
setPortName(java.lang.String portName)
Set the name of the port within the service that is to be used. |
java.lang.String |
toString()
Printable version. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WSIFRequest(javax.xml.namespace.QName serviceID)
Method Detail |
public javax.xml.namespace.QName getServiceID()
public void setPortName(java.lang.String portName)
public java.lang.String getPortName()
public void setOperationName(java.lang.String operationName)
public java.lang.String getOperationName()
public void setIncomingMessage(WSIFMessage incomingMessage)
public WSIFMessage getIncomingMessage()
public void setContextMessage(WSIFMessage contextMessage)
public WSIFMessage getContextMessage()
public java.lang.String toString()
public java.lang.String getOutputName()
public void setOutputName(java.lang.String outputName)
outputName
- The outputName to setpublic java.lang.String getInputName()
public void setInputName(java.lang.String inputName)
inputName
- The inputName to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |