|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.ws.WebServicePortType
public class WebServicePortType
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.
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 |
---|
public WebServicePortType()
Method Detail |
---|
public java.lang.String getName()
public void setNameSpace(java.lang.String nameSpace)
nameSpace
- public void setName(java.lang.String name)
name
- public java.lang.String getNameSpace()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |