JTR 5.0 API Documentation

Uses of Class
jtr.config.ws.WebServicePort

Packages that use WebServicePort
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 WebServicePort in jtr.config.ws
 

Methods in jtr.config.ws that return WebServicePort
 WebServicePort WebServiceService.getPort(java.lang.String name)
          Get the port identified by the given name or null if nothing can be found.
 

Methods in jtr.config.ws that return types with arguments of type WebServicePort
 java.util.Collection<WebServicePort> WebServiceService.getPorts()
          Get the collection of configured ports.
 

Methods in jtr.config.ws with parameters of type WebServicePort
 void WebServiceService.addPort(WebServicePort port)
          Add a single port to the set of configured ones.
 

Method parameters in jtr.config.ws with type arguments of type WebServicePort
 void WebServiceService.setPorts(java.util.Collection<WebServicePort> ports)
          Set the collection of available ports.
 


The JTR Project is licensed under GPL version 2