|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
---|---|
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. |
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 Binding in jtr.config.ws |
---|
Methods in jtr.config.ws that return Binding | |
---|---|
Binding |
Bindings.getBinding(java.lang.String name)
Get a Binding by its unique name. |
Methods in jtr.config.ws with parameters of type Binding | |
---|---|
void |
Bindings.addBinding(Binding binding)
Add a single Binding . |
Uses of Binding in jtr.runners |
---|
Methods in jtr.runners that return Binding | |
---|---|
Binding |
AbstractWsRunner.getBinding()
This method returns the set of configured webservice bindings. |
Binding |
IRunnerWs.getBinding()
This method returns the set of configured webservice bindings. |
Methods in jtr.runners with parameters of type Binding | |
---|---|
java.lang.Object |
AbstractWsRunner.invoke(Binding binding,
java.lang.Object input)
|
java.lang.Object |
IRunnerWs.invoke(Binding binding,
java.lang.Object input)
Performs a synchronous invocation. |
IWsResponse |
AbstractWsRunner.invokeAsync(Binding binding,
java.lang.Object input)
|
IWsResponse |
IRunnerWs.invokeAsync(Binding binding,
java.lang.Object input)
Performs an asynchronous invocation. |
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. |
void |
AbstractWsRunner.invokeOneWay(Binding binding,
java.lang.Object input)
|
void |
IRunnerWs.invokeOneWay(Binding binding,
java.lang.Object input)
Performs a one-way webservice invocation. |
void |
AbstractWsRunner.setBinding(Binding binding)
This method sets the configured webservice binding. |
void |
IRunnerWs.setBinding(Binding binding)
This method returns the set of configured webservice bindings. |
Uses of Binding in jtr.ws |
---|
Methods in jtr.ws with parameters of type Binding | |
---|---|
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 Binding in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws with parameters of type Binding | |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |