|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServicePortType | |
---|---|
jtr.config.ws | This package contains all those classes that maps one-to-one with those XML
elements used to define WebServices Configurations in a jtr.xml
configuration file. |
Uses of WebServicePortType in jtr.config.ws |
---|
Methods in jtr.config.ws that return WebServicePortType | |
---|---|
WebServicePortType |
WebServiceService.getPortType(javax.xml.namespace.QName qName)
Get the port type identified by the given QName or
null if nothing can be found. |
Methods in jtr.config.ws that return types with arguments of type WebServicePortType | |
---|---|
java.util.Collection<WebServicePortType> |
WebServiceService.getPortTypes()
Get the configured port types. |
Methods in jtr.config.ws with parameters of type WebServicePortType | |
---|---|
void |
WebServiceService.addPortType(WebServicePortType pt)
Add a single port type the the set of configured ones. |
Method parameters in jtr.config.ws with type arguments of type WebServicePortType | |
---|---|
void |
WebServiceService.setPortTypes(java.util.Collection<WebServicePortType> portTypes)
Set the collection of port types. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |