Class BuilderUtils

    • Constructor Detail

      • BuilderUtils

        public BuilderUtils()
        Deprecated.
    • Method Detail

      • getEndpointFromWSAAddress

        public static String getEndpointFromWSAAddress​(org.apache.axiom.om.OMElement address)
        Deprecated.
        Obtain the endpoint from a WS-Adressing address.
        Parameters:
        address - The address element
        Returns:
        The endpoint
      • genFaultResponse

        public static org.apache.axiom.soap.SOAPEnvelope genFaultResponse​(String code,
                                                                          String subCode,
                                                                          String reason,
                                                                          String detail,
                                                                          boolean isSOAP11)
        Deprecated.
        http://schemas.xmlsoap.org/ws/2004/08/addressing/fault [Code] [Subcode] [Reason] [Detail]
        Parameters:
        code - The code of the fault
        subCode - The sub code
        reason - The fault that occured
        detail - Additional details
        isSOAP11 - Whether the fault message should comply with the SOAP 1.1 spec or not.
        Returns:
        The fault soap envelope