Interface Dispatch<T>

Type Parameters:
T - The type of the message or payload
All Superinterfaces:
BindingProvider

public interface Dispatch<T> extends BindingProvider
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. The jakarta.xml.ws.Service class acts as a factory for the creation of Dispatch instances.
Since:
1.6, JAX-WS 2.0