JTR 4.0 API Documentation

jtr.ws.wsif
Class WebServiceRtPort

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

public class WebServiceRtPort
extends java.lang.Object

This is the WSIF-based runtime representation of a port.

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

Constructor Summary
WebServiceRtPort()
          Default constructor.
 
Method Summary
 void addOperation(java.lang.String name, WebServiceRtOperation operation)
          Add a simgle operation.
 java.lang.String getName()
          Get the port name.
 WebServiceRtOperation getOperation(java.lang.String name)
          Get a simgle operation by name.
 java.util.HashMap<java.lang.String,WebServiceRtOperation> getOperations()
          Get all the available operations.
 org.apache.wsif.WSIFPort getPort()
          Get the WSIF-based port implementation.
 void setName(java.lang.String name)
          Set the port name.
 void setOperations(java.util.HashMap<java.lang.String,WebServiceRtOperation> operations)
          Set all the available operations.
 void setPort(org.apache.wsif.WSIFPort port)
          Set the WSIF-based port implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceRtPort

public WebServiceRtPort()
Default constructor.

Method Detail

setName

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

Parameters:
name - The port name

getName

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

Returns:
String The port name

getOperations

public java.util.HashMap<java.lang.String,WebServiceRtOperation> getOperations()
Get all the available operations.

Returns:
HashMap Returns the available operations.

setOperations

public void setOperations(java.util.HashMap<java.lang.String,WebServiceRtOperation> operations)
Set all the available operations.

Parameters:
operations - The operations to set.

addOperation

public void addOperation(java.lang.String name,
                         WebServiceRtOperation operation)
Add a simgle operation.

Parameters:
name - The operation name
operation - The operation

getOperation

public WebServiceRtOperation getOperation(java.lang.String name)
Get a simgle operation by name.

Parameters:
name - The operation name
Returns:
WebServiceRtOperation

getPort

public org.apache.wsif.WSIFPort getPort()
Get the WSIF-based port implementation.

Returns:
WSIFPort

setPort

public void setPort(org.apache.wsif.WSIFPort port)
Set the WSIF-based port implementation.

Parameters:
port - The port to set.

The JTR Project is licensed under GPL version 2