JTR 5.0 API Documentation

Uses of Interface
jtr.ws.IWsResponseListener

Packages that use IWsResponseListener
jtr.runners This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. 
jtr.ws Here we have all the contracts that define the interaction between the JTR runtime and those components in charge of supporting user-defined runners in webservices invocation. 
jtr.ws.jaxws Default JAX-WS 2.1.1 based implementation of the contracts defined in jtr.ws
 

Uses of IWsResponseListener in jtr.runners
 

Methods in jtr.runners with parameters of type IWsResponseListener
 java.util.concurrent.Future<?> AbstractWsRunner.invokeAsync(Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 java.util.concurrent.Future<?> IRunnerWs.invokeAsync(Binding binding, java.lang.Object input, IWsResponseListener rl)
          Performs an asynchronous invocation.
 

Uses of IWsResponseListener in jtr.ws
 

Methods in jtr.ws with parameters of type IWsResponseListener
 java.util.concurrent.Future<?> IWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input, IWsResponseListener rl)
          This method performs an asynchronous invocation of the webservice described by the binding parameter.
 

Uses of IWsResponseListener in jtr.ws.jaxws
 

Methods in jtr.ws.jaxws with parameters of type IWsResponseListener
 java.util.concurrent.Future<?> JaxWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 


The JTR Project is licensed under GPL version 2