Class JAXBDispatch

All Implemented Interfaces:
Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, BindingProvider, Dispatch<Object>, Closeable, AutoCloseable

public class JAXBDispatch extends DispatchImpl<Object>
The JAXBDispatch class provides support for the dynamic invocation of a service endpoint operation using JAXB objects. The jakarta.xml.ws.Service interface acts as a factory for the creation of JAXBDispatch instances.
Version:
1.0
Author:
WS Development Team