JTR 5.0 API Documentation

jtr.config.ws
Class Binding

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

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

This class defines a unique set of name-space, name, port and operation. This unique set has a unique name in a single JTR configuration and represents a webservice operation that can be made available to one or more runners.

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

Constructor Summary
Binding()
          Creates a new instance of Binding
 
Method Summary
 java.lang.String getJaxbObjectFactory()
           
 java.lang.String getName()
          Get the name.
 java.lang.String getNameSpace()
          Get the name space.
 java.lang.String getOperationName()
          Get the operation name.
 java.lang.String getPortName()
          Get the port name.
 java.lang.String getServiceMode()
           
 java.lang.String getUniqueName()
          Get the binding's unique name
 java.lang.String getWsdlLoc()
           
 void setJaxbObjectFactory(java.lang.String jof)
           
 void setName(java.lang.String name)
          Set the name.
 void setNameSpace(java.lang.String ns)
          Set the name space.
 void setOperationName(java.lang.String on)
          Set the operation name.
 void setPortName(java.lang.String pn)
          Set the port name.
 void setServiceMode(java.lang.String sm)
           
 void setUniqueName(java.lang.String name)
          Set the binding's unique name.
 void setWsdlLoc(java.lang.String loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binding

public Binding()
Creates a new instance of Binding

Method Detail

setUniqueName

public void setUniqueName(java.lang.String name)
Set the binding's unique name.

Parameters:
name - The unique name

getUniqueName

public java.lang.String getUniqueName()
Get the binding's unique name

Returns:
String The unique name

setNameSpace

public void setNameSpace(java.lang.String ns)
Set the name space.

Parameters:
ns - The name space

getNameSpace

public java.lang.String getNameSpace()
Get the name space.

Returns:
String The Name space

setName

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

Parameters:
name - The name

getName

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

Returns:
String The name

setPortName

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

Parameters:
pn - The port name

getPortName

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

Returns:
String The port name

setOperationName

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

Parameters:
on - The operation name

getOperationName

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

Returns:
String The operation name

setWsdlLoc

public void setWsdlLoc(java.lang.String loc)

getWsdlLoc

public java.lang.String getWsdlLoc()

setServiceMode

public void setServiceMode(java.lang.String sm)

getServiceMode

public java.lang.String getServiceMode()

setJaxbObjectFactory

public void setJaxbObjectFactory(java.lang.String jof)

getJaxbObjectFactory

public java.lang.String getJaxbObjectFactory()

The JTR Project is licensed under GPL version 2