|
JTR 4.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 . |
jtr.ws.wsif | Default Jakarts WSIF 2.0 based implementation of the contracts defined in
jtr.ws . |
Uses of WsProviderException in jtr.runners |
---|
Methods in jtr.runners that throw WsProviderException | |
---|---|
protected boolean |
AbstractWsRunner.getMessageBooleanPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected byte |
AbstractWsRunner.getMessageBytePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected char |
AbstractWsRunner.getMessageCharPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected double |
AbstractWsRunner.getMessageDoublePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected float |
AbstractWsRunner.getMessageFloatPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected int |
AbstractWsRunner.getMessageIntPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected long |
AbstractWsRunner.getMessageLongPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
protected java.lang.Object |
AbstractWsRunner.getMessageObjectPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
java.lang.Object |
IRunnerWs.invoke(Binding binding,
java.lang.Object input)
Performs a synchronous invocation. |
java.lang.Object |
AbstractWsRunner.invoke(Binding binding,
java.lang.Object input)
|
IWsResponse |
IRunnerWs.invokeAsync(Binding binding,
java.lang.Object input)
Performs an asynchronous invocation. |
IWsResponse |
AbstractWsRunner.invokeAsync(Binding binding,
java.lang.Object input)
|
java.util.concurrent.Future<?> |
IRunnerWs.invokeAsync(Binding binding,
java.lang.Object input,
IWsResponseListener rl)
Performs an asynchronous invocation. |
java.util.concurrent.Future<?> |
AbstractWsRunner.invokeAsync(Binding binding,
java.lang.Object input,
IWsResponseListener rl)
|
void |
IRunnerWs.invokeOneWay(Binding binding,
java.lang.Object input)
Performs a one-way webservice invocation. |
void |
AbstractWsRunner.invokeOneWay(Binding binding,
java.lang.Object input)
|
protected void |
AbstractWsRunner.setMessageObjectPart(Binding binding,
java.lang.String partName,
java.lang.Object part,
WsMsgType msgType)
Deprecated. |
Uses of WsProviderException in jtr.ws |
---|
Methods in jtr.ws that throw WsProviderException | |
---|---|
void |
IWsHelper.asynchronousInputOnlyInvoke(Binding binding)
Deprecated. |
void |
IWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
Deprecated. |
boolean |
IWsHelper.getMessageBooleanPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
byte |
IWsHelper.getMessageBytePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
char |
IWsHelper.getMessageCharPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
double |
IWsHelper.getMessageDoublePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
float |
IWsHelper.getMessageFloatPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
int |
IWsHelper.getMessageIntPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
long |
IWsHelper.getMessageLongPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
java.lang.Object |
IWsHelper.getMessageObjectPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
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. |
void |
IWsHelper.setMessageObjectPart(Binding binding,
java.lang.String partName,
java.lang.Object part,
WsMsgType msgType)
Deprecated. |
boolean |
IWsHelper.synchronousInvoke(Binding binding)
Deprecated. |
Uses of WsProviderException in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws that throw WsProviderException | |
---|---|
void |
JaxWsHelper.asynchronousInputOnlyInvoke(Binding binding)
Deprecated. |
void |
JaxWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
|
boolean |
JaxWsHelper.getMessageBooleanPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
byte |
JaxWsHelper.getMessageBytePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
char |
JaxWsHelper.getMessageCharPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
double |
JaxWsHelper.getMessageDoublePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
float |
JaxWsHelper.getMessageFloatPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
int |
JaxWsHelper.getMessageIntPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
long |
JaxWsHelper.getMessageLongPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
java.lang.Object |
JaxWsHelper.getMessageObjectPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
Deprecated. |
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)
|
void |
JaxWsHelper.setMessageObjectPart(Binding binding,
java.lang.String partName,
java.lang.Object part,
WsMsgType msgType)
Deprecated. |
boolean |
JaxWsHelper.synchronousInvoke(Binding binding)
Deprecated. |
Uses of WsProviderException in jtr.ws.wsif |
---|
Methods in jtr.ws.wsif that throw WsProviderException | |
---|---|
void |
WsifHelper.asynchronousInputOnlyInvoke(Binding binding)
|
void |
WsifHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
This method produces the WSIF-based runtime classes required to access and invoke the webservices represented by the input WebServiceConfig instance.This method is invoked once by the AbstractWsRunner class,
before the test() method of the application-level runner
implementation is actually invoked. |
boolean |
WsifHelper.getMessageBooleanPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
byte |
WsifHelper.getMessageBytePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
char |
WsifHelper.getMessageCharPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
double |
WsifHelper.getMessageDoublePart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
float |
WsifHelper.getMessageFloatPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
int |
WsifHelper.getMessageIntPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
long |
WsifHelper.getMessageLongPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
java.lang.Object |
WsifHelper.getMessageObjectPart(Binding binding,
java.lang.String partName,
WsMsgType msgType)
|
java.lang.Object |
WsifHelper.invoke(Binding binding,
java.lang.Object input)
|
java.lang.Object |
WsifHelper.invoke(IRunnerWs runner,
Binding binding,
java.lang.Object input)
|
IWsResponse |
WsifHelper.invokeAsync(Binding binding,
java.lang.Object input)
|
java.util.concurrent.Future<?> |
WsifHelper.invokeAsync(Binding binding,
java.lang.Object input,
IWsResponseListener rl)
|
IWsResponse |
WsifHelper.invokeAsync(IRunnerWs runner,
Binding binding,
java.lang.Object input)
|
java.util.concurrent.Future<?> |
WsifHelper.invokeAsync(IRunnerWs runner,
Binding binding,
java.lang.Object input,
IWsResponseListener rl)
|
void |
WsifHelper.invokeOneWay(Binding binding,
java.lang.Object input)
|
void |
WsifHelper.invokeOneWay(IRunnerWs runner,
Binding binding,
java.lang.Object input)
|
protected org.apache.wsif.WSIFOperation |
WsifHelper.renewOperation(WebServiceRtPort port,
java.lang.String operationName)
This method reinstantiates an operation for subsequent reuse and sets the newly created operation into the given WebServiceRtPort . |
void |
WsifHelper.setMessageObjectPart(Binding binding,
java.lang.String partName,
java.lang.Object val,
WsMsgType msgType)
|
boolean |
WsifHelper.synchronousInvoke(Binding binding)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |