Class SOAPUtil

    • Constructor Detail

      • SOAPUtil

        public SOAPUtil()
        Creates a new instance of SOAPUtil
    • Method Detail

      • isEnableFaultDetail

        public static boolean isEnableFaultDetail()
        Returns:
        the enableFaultDetail
      • getLocalizedGenericError

        public static String getLocalizedGenericError()
        Returns:
        the localizedGenericError
      • getIdFromFragmentRef

        public static String getIdFromFragmentRef​(String ref)
      • getSOAPFault

        protected static jakarta.xml.soap.SOAPFault getSOAPFault​(WssSoapFaultException sfe,
                                                                 jakarta.xml.soap.SOAPFactory soapFactory,
                                                                 SOAPVersion version)
      • getSOAPFault

        protected static jakarta.xml.soap.SOAPFault getSOAPFault​(QName faultCode,
                                                                 String faultString,
                                                                 jakarta.xml.soap.SOAPFactory soapFactory,
                                                                 SOAPVersion version)
      • getSOAPFaultException

        public static jakarta.xml.ws.soap.SOAPFaultException getSOAPFaultException​(WssSoapFaultException ex,
                                                                                   jakarta.xml.soap.SOAPFactory factory,
                                                                                   SOAPVersion version)
      • getSOAPFaultException

        public static jakarta.xml.ws.soap.SOAPFaultException getSOAPFaultException​(QName faultCode,
                                                                                   Exception ex,
                                                                                   jakarta.xml.soap.SOAPFactory factory,
                                                                                   SOAPVersion version)
      • getSOAPFaultException

        public static jakarta.xml.ws.soap.SOAPFaultException getSOAPFaultException​(Exception ex,
                                                                                   jakarta.xml.soap.SOAPFactory factory,
                                                                                   SOAPVersion version)