|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjtr.config.ws.WebServiceOperation
public class WebServiceOperation
This is the abstract representation of a webservice operation configuration element.
| Constructor Summary | |
|---|---|
WebServiceOperation()
Default constructor. |
|
| Method Summary | |
|---|---|
WebServiceMsg |
getFaultMsg()
Get the fault message. |
WebServiceMsg |
getInputMsg()
Get the input message. |
java.lang.String |
getName()
Get the operation name. |
WebServiceMsg |
getOuputMsg()
Get the output message. |
void |
setFaultMsg(java.lang.String faultMsgName,
java.lang.String partNames)
Set the fault message providing the message name and its parts names. |
void |
setInputMsg(java.lang.String inputMsgName,
java.lang.String partNames)
Set the input message providing the message name and its parts names. |
void |
setName(java.lang.String name)
Set the operation name. |
void |
setOutputMsg(java.lang.String outputMsgName,
java.lang.String partNames)
Set the output message providing the message name and its parts names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceOperation()
| Method Detail |
|---|
public java.lang.String getName()
public WebServiceMsg getInputMsg()
public WebServiceMsg getOuputMsg()
public WebServiceMsg getFaultMsg()
public void setName(java.lang.String name)
name - The operation name
public void setInputMsg(java.lang.String inputMsgName,
java.lang.String partNames)
inputMsgName - The message namepartNames - The parts names
public void setOutputMsg(java.lang.String outputMsgName,
java.lang.String partNames)
outputMsgName - The message namepartNames - The parts names
public void setFaultMsg(java.lang.String faultMsgName,
java.lang.String partNames)
faultMsgName - The message namepartNames - The parts names
|
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 | |||||||||