Example usage for Java javax.xml.ws Dispatch fields, constructors, methods, implement or subclass
The text is from its open source code.
Binding | getBinding() Get the Binding for this binding provider. |
Map | getRequestContext() Get the context that is used to initialize the message context for request messages. |
Map | getResponseContext() Get the context that resulted from processing a response message. |
T | invoke(T msg) Invoke a service operation synchronously. |
Response | invokeAsync(T msg) Invoke a service operation asynchronously. |
Future> | invokeAsync(T msg, AsyncHandler Invoke a service operation asynchronously. |