|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWsResponse | |
---|---|
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 IWsResponse in jtr.runners |
---|
Methods in jtr.runners that return IWsResponse | |
---|---|
IWsResponse |
AbstractWsRunner.invokeAsync(Binding binding,
java.lang.Object input)
|
IWsResponse |
IRunnerWs.invokeAsync(Binding binding,
java.lang.Object input)
Performs an asynchronous invocation. |
Uses of IWsResponse in jtr.ws |
---|
Methods in jtr.ws that return IWsResponse | |
---|---|
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. |
Methods in jtr.ws with parameters of type IWsResponse | |
---|---|
void |
IWsResponseListener.handleResponse(IWsResponse resp)
Call-back notification method invoked upon notification of the accomplishment of a previous service invocation. |
Uses of IWsResponse in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws that return IWsResponse | |
---|---|
IWsResponse |
JaxWsHelper.invokeAsync(IRunnerWs runner,
Binding binding,
java.lang.Object input)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |