JTR 4.0 API Documentation

jtr.ws.wsif
Class WebServiceRtPortType

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

public class WebServiceRtPortType
extends java.lang.Object

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

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

Constructor Summary
WebServiceRtPortType()
          Default constructor.
 
Method Summary
 javax.xml.namespace.QName getQualifiedName()
          Get the portType's qualified name
 void setQualifiedName(javax.xml.namespace.QName qualifiedName)
          Set the portType's qualified name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceRtPortType

public WebServiceRtPortType()
Default constructor.

Method Detail

getQualifiedName

public javax.xml.namespace.QName getQualifiedName()
Get the portType's qualified name

Returns:
QName Returns the qualifiedName.

setQualifiedName

public void setQualifiedName(javax.xml.namespace.QName qualifiedName)
Set the portType's qualified name

Parameters:
qualifiedName - The qualifiedName to set.

The JTR Project is licensed under GPL version 2