JTR 5.0 API Documentation

jtr.config.ws
Class WebServiceOperation

java.lang.Object
  extended by jtr.config.ws.WebServiceOperation
All Implemented Interfaces:
java.io.Serializable

public class WebServiceOperation
extends java.lang.Object
implements java.io.Serializable

This is the abstract representation of a webservice operation configuration element.

Since:
3.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

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

WebServiceOperation

public WebServiceOperation()
Default constructor.

Method Detail

getName

public java.lang.String getName()
Get the operation name.

Returns:
String

getInputMsg

public WebServiceMsg getInputMsg()
Get the input message.

Returns:
WebServiceMsg

getOuputMsg

public WebServiceMsg getOuputMsg()
Get the output message.

Returns:
WebServiceMsg

getFaultMsg

public WebServiceMsg getFaultMsg()
Get the fault message.

Returns:
WebServiceMsg

setName

public void setName(java.lang.String name)
Set the operation name.

Parameters:
name - The operation name

setInputMsg

public void setInputMsg(java.lang.String inputMsgName,
                        java.lang.String partNames)
Set the input message providing the message name and its parts names.

Parameters:
inputMsgName - The message name
partNames - The parts names

setOutputMsg

public void setOutputMsg(java.lang.String outputMsgName,
                         java.lang.String partNames)
Set the output message providing the message name and its parts names.

Parameters:
outputMsgName - The message name
partNames - The parts names

setFaultMsg

public void setFaultMsg(java.lang.String faultMsgName,
                        java.lang.String partNames)
Set the fault message providing the message name and its parts names.

Parameters:
faultMsgName - The message name
partNames - The parts names

The JTR Project is licensed under GPL version 2