|
JTR 4.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.ws.wsif.WebServiceRtOperation
public class WebServiceRtOperation
This class is the WSIF-based runtime representation of a webservice operation.
Constructor Summary | |
---|---|
WebServiceRtOperation()
Default constructor. |
Method Summary | |
---|---|
org.apache.wsif.WSIFMessage |
getFaultMsg()
Get the WSIF-based fault message. |
org.apache.wsif.WSIFMessage |
getInputMsg()
Get the WSIF-based input message. |
java.lang.String |
getName()
Get the operation name. |
org.apache.wsif.WSIFOperation |
getOperation()
Get the WSIF-based operation. |
org.apache.wsif.WSIFMessage |
getOutputMsg()
Get the WSIF-based output message. |
void |
setFaultMsg(org.apache.wsif.WSIFMessage faultMsg)
Set the WSIF-based fault message. |
void |
setInputMsg(org.apache.wsif.WSIFMessage inputMsg)
Set the WSIF-based input message. |
void |
setName(java.lang.String name)
Set the operation name. |
void |
setOperation(org.apache.wsif.WSIFOperation operation)
Set the WSIF-based operation |
void |
setOutputMsg(org.apache.wsif.WSIFMessage outputMsg)
Set the WSIF-based output message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebServiceRtOperation()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public org.apache.wsif.WSIFOperation getOperation()
public void setOperation(org.apache.wsif.WSIFOperation operation)
operation
- The operation to set.public org.apache.wsif.WSIFMessage getFaultMsg()
public void setFaultMsg(org.apache.wsif.WSIFMessage faultMsg)
faultMsg
- The faultMsg to set.public org.apache.wsif.WSIFMessage getInputMsg()
public void setInputMsg(org.apache.wsif.WSIFMessage inputMsg)
inputMsg
- The inputMsg to set.public org.apache.wsif.WSIFMessage getOutputMsg()
public void setOutputMsg(org.apache.wsif.WSIFMessage outputMsg)
outputMsg
- The outputMsg to set.
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |