Class SOAPMessageDispatch

java.lang.Object
com.sun.xml.ws.client.Stub
com.sun.xml.ws.client.dispatch.DispatchImpl<jakarta.xml.soap.SOAPMessage>
com.sun.xml.ws.client.dispatch.SOAPMessageDispatch
All Implemented Interfaces:
Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, jakarta.xml.ws.BindingProvider, jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>, Closeable, AutoCloseable

public class SOAPMessageDispatch extends DispatchImpl<jakarta.xml.soap.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