JTR 5.0 API Documentation

Uses of Class
jtr.config.ws.WebServicePortType

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