Interface SOAPMessageContext

  • All Superinterfaces:
    Map<String,​Object>, jakarta.xml.ws.handler.MessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext
    All Known Implementing Classes:
    SOAPMessageContextImpl

    public interface SOAPMessageContext
    extends jakarta.xml.ws.handler.soap.SOAPMessageContext
    This is a wrapper class over JAXWS's Packet interface - this is being added to minimize the changes required for the AS's WS security and monitoring mechamisms to work properly.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface jakarta.xml.ws.handler.MessageContext

        jakarta.xml.ws.handler.MessageContext.Scope
    • Field Summary

      • Fields inherited from interface jakarta.xml.ws.handler.MessageContext

        HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, INBOUND_MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, OUTBOUND_MESSAGE_ATTACHMENTS, PATH_INFO, QUERY_STRING, REFERENCE_PARAMETERS, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
    • Method Detail

      • isAlreadySoap

        boolean isAlreadySoap()
        If there is a SOAPMessage already, use getSOAPMessage(). Ignore all other methods
        Returns: