JTR 4.0 API Documentation

jtr.ws.wsif
Class WebServiceRtOperation

java.lang.Object
  extended by jtr.ws.wsif.WebServiceRtOperation

public class WebServiceRtOperation
extends java.lang.Object

This class is the WSIF-based runtime representation of a webservice operation.

Since:
3.0
Version:
4.0
Author:
Francesco Russo (frusso@dev.java.net)

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

WebServiceRtOperation

public WebServiceRtOperation()
Default constructor.

Method Detail

getName

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

Returns:
String

setName

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

Parameters:
name - The name to set.

getOperation

public org.apache.wsif.WSIFOperation getOperation()
Get the WSIF-based operation.

Returns:
WSIFOperation

setOperation

public void setOperation(org.apache.wsif.WSIFOperation operation)
Set the WSIF-based operation

Parameters:
operation - The operation to set.

getFaultMsg

public org.apache.wsif.WSIFMessage getFaultMsg()
Get the WSIF-based fault message.

Returns:
WSIFMessage

setFaultMsg

public void setFaultMsg(org.apache.wsif.WSIFMessage faultMsg)
Set the WSIF-based fault message.

Parameters:
faultMsg - The faultMsg to set.

getInputMsg

public org.apache.wsif.WSIFMessage getInputMsg()
Get the WSIF-based input message.

Returns:
WSIFMessage

setInputMsg

public void setInputMsg(org.apache.wsif.WSIFMessage inputMsg)
Set the WSIF-based input message.

Parameters:
inputMsg - The inputMsg to set.

getOutputMsg

public org.apache.wsif.WSIFMessage getOutputMsg()
Get the WSIF-based output message.

Returns:
WSIFMessage

setOutputMsg

public void setOutputMsg(org.apache.wsif.WSIFMessage outputMsg)
Set the WSIF-based output message.

Parameters:
outputMsg - The outputMsg to set.

The JTR Project is licensed under GPL version 2