JTR 5.0 API Documentation

Uses of Class
jtr.config.ws.WebServiceOperation

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

Methods in jtr.config.ws that return WebServiceOperation
 WebServiceOperation WebServicePort.getOperation(java.lang.String name)
          Get the operation named name.
 

Methods in jtr.config.ws that return types with arguments of type WebServiceOperation
 java.util.Collection<WebServiceOperation> WebServicePort.getOperations()
          Get the collection of available operations.
 

Methods in jtr.config.ws with parameters of type WebServiceOperation
 void WebServicePort.addOperation(WebServiceOperation op)
          Add a single operation to the set of configured ones.
 

Method parameters in jtr.config.ws with type arguments of type WebServiceOperation
 void WebServicePort.setOperations(java.util.Collection<WebServiceOperation> operations)
          Set the collection of operations available with the current port.
 


The JTR Project is licensed under GPL version 2