Class DispatchImpl<T>

java.lang.Object
com.sun.xml.ws.client.Stub
com.sun.xml.ws.client.dispatch.DispatchImpl<T>
All Implemented Interfaces:
Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, BindingProvider, Dispatch<T>, Closeable, AutoCloseable
Direct Known Subclasses:
DataSourceDispatch, JAXBDispatch, MessageDispatch, PacketDispatch, SOAPMessageDispatch

public abstract class DispatchImpl<T> extends Stub implements Dispatch<T>
The DispatchImpl abstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects or SOAPMessage. The jakarta.xml.ws.Service interface acts as a factory for the creation of DispatchImpl instances.
Version:
1.0
Author:
WS Development Team