Class WsAddressingFaultFactory


  • public class WsAddressingFaultFactory
    extends Object
    Factory to create WS-Addressing fault messages.
    See Also:
    Faults
    • Method Detail

      • createActionNotSupported

        public SoapMessage createActionNotSupported​(String action)
        Creates an action-not-supported fault.
        Parameters:
        action - the action URI that is not supported.
        Returns:
        a SoapMessage that encapsulates the fault.
      • createMessageInformationHeaderRequired

        public SoapMessage createMessageInformationHeaderRequired​(QName missingHeaderQName)
        Creates a message-information-header-required fault.
        Parameters:
        missingHeaderQName - qualified name of the missing header element.
        Returns:
        a SoapMessage that encapsulates the fault.