JTR 5.0 API Documentation

jtr.config.ws
Class WebServicePortType

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

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

This class is the object-oriented representation of the portType element that can be found in the jtr.xml configuration file.
Semantically it is comparable to a WSDL port type definition, and is one of the information used by the JTR runtime system to access webservices.

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

Constructor Summary
WebServicePortType()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Get this port type name.
 java.lang.String getNameSpace()
          Get the name space of the port type.
 void setName(java.lang.String name)
          Get the port type name.
 void setNameSpace(java.lang.String nameSpace)
          Set the name space.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServicePortType

public WebServicePortType()
Default constructor.

Method Detail

getName

public java.lang.String getName()
Get this port type name.

Returns:
String The port type name

setNameSpace

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

Parameters:
nameSpace -

setName

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

Parameters:
name -

getNameSpace

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

Returns:
String

The JTR Project is licensed under GPL version 2