Class 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