JTR 5.0 API Documentation

Uses of Interface
jtr.runners.IRunnerWs

Packages that use IRunnerWs
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 IRunnerWs in jtr.runners
 

Classes in jtr.runners that implement IRunnerWs
 class AbstractWsRunner
          This abstract class is the base class every application-level IRunner implementation should extend when the ability to access webservices is required.
This class provides facilities for invoking webservices according to what has been specified in the jtr.xml configuration file.
 

Uses of IRunnerWs in jtr.ws
 

Methods in jtr.ws with parameters of type IRunnerWs
 java.lang.Object IWsHelper.invoke(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs a request/response synchronous webservice invocation.
 IWsResponse IWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs an asynchronous invocation of the webservice described by the binding parameter.
 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.
 void IWsHelper.invokeOneWay(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs a request only webservice invocation.
 

Uses of IRunnerWs in jtr.ws.jaxws
 

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


The JTR Project is licensed under GPL version 2