|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WsProviderException | |
---|---|
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 WsProviderException in jtr.runners |
---|
Methods in jtr.runners that throw WsProviderException | |
---|---|
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. |
Uses of WsProviderException in jtr.ws |
---|
Methods in jtr.ws that throw WsProviderException | |
---|---|
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 WsProviderException in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws that throw WsProviderException | |
---|---|
void |
JaxWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
|
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 |