Java javax.xml.ws Dispatch fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws Dispatch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws Dispatch.

The text is from its open source code.

Implementation

javax.xml.ws.Dispatch has the following implementations.
Click this link to see all its implementation.

Method

BindinggetBinding()
Get the Binding for this binding provider.
MapgetRequestContext()
Get the context that is used to initialize the message context for request messages.
MapgetResponseContext()
Get the context that resulted from processing a response message.
Tinvoke(T msg)
Invoke a service operation synchronously.
ResponseinvokeAsync(T msg)
Invoke a service operation asynchronously.
FutureinvokeAsync(T msg, AsyncHandler handler)
Invoke a service operation asynchronously.