Class SOAPMessageDispatch

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

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