Class SOAPMessageDispatch

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

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