Class SOAPUtil


  • public class SOAPUtil
    extends Object
    Author:
    ashutosh.shahi@sun.com
    • 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 javax.xml.soap.SOAPFault getSOAPFault​(WssSoapFaultException sfe,
                                                               javax.xml.soap.SOAPFactory soapFactory,
                                                               SOAPVersion version)
      • getSOAPFault

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

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

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

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