Class Fault1_2Impl

  • All Implemented Interfaces:
    jakarta.xml.soap.Node, jakarta.xml.soap.SOAPBodyElement, jakarta.xml.soap.SOAPElement, jakarta.xml.soap.SOAPFault, Element, Node

    public class Fault1_2Impl
    extends FaultImpl
    • Field Detail

      • log

        protected static final Logger log
    • Method Detail

      • checkIfStandardFaultCode

        protected void checkIfStandardFaultCode​(String faultCode,
                                                String uri)
                                         throws jakarta.xml.soap.SOAPException
        Specified by:
        checkIfStandardFaultCode in class FaultImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • finallySetFaultCode

        protected void finallySetFaultCode​(String faultcode)
                                    throws jakarta.xml.soap.SOAPException
        Specified by:
        finallySetFaultCode in class FaultImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultReasonTexts

        public Iterator<String> getFaultReasonTexts()
                                             throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • addFaultReasonText

        public void addFaultReasonText​(String text,
                                       Locale locale)
                                throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultReasonText

        public String getFaultReasonText​(Locale locale)
                                  throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultReasonLocales

        public Iterator<Locale> getFaultReasonLocales()
                                               throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultStringLocale

        public Locale getFaultStringLocale()
      • getFaultNode

        public String getFaultNode()
      • setFaultNode

        public void setFaultNode​(String uri)
                          throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultRole

        public String getFaultRole()
      • setFaultRole

        public void setFaultRole​(String uri)
                          throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • getFaultCode

        public String getFaultCode()
      • getFaultCodeAsQName

        public QName getFaultCodeAsQName()
      • getFaultCodeAsName

        public jakarta.xml.soap.Name getFaultCodeAsName()
      • getFaultString

        public String getFaultString()
      • setFaultString

        public void setFaultString​(String faultString)
                            throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • setFaultString

        public void setFaultString​(String faultString,
                                   Locale locale)
                            throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • appendFaultSubcode

        public void appendFaultSubcode​(QName subcode)
                                throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • removeAllFaultSubcodes

        public void removeAllFaultSubcodes()
      • setEncodingStyle

        public void setEncodingStyle​(String encodingStyle)
                              throws jakarta.xml.soap.SOAPException
        Specified by:
        setEncodingStyle in interface jakarta.xml.soap.SOAPElement
        Overrides:
        setEncodingStyle in class ElementImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addAttribute

        public jakarta.xml.soap.SOAPElement addAttribute​(jakarta.xml.soap.Name name,
                                                         String value)
                                                  throws jakarta.xml.soap.SOAPException
        Specified by:
        addAttribute in interface jakarta.xml.soap.SOAPElement
        Overrides:
        addAttribute in class ElementImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addAttribute

        public jakarta.xml.soap.SOAPElement addAttribute​(QName name,
                                                         String value)
                                                  throws jakarta.xml.soap.SOAPException
        Specified by:
        addAttribute in interface jakarta.xml.soap.SOAPElement
        Overrides:
        addAttribute in class ElementImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addTextNode

        public jakarta.xml.soap.SOAPElement addTextNode​(String text)
                                                 throws jakarta.xml.soap.SOAPException
        Specified by:
        addTextNode in interface jakarta.xml.soap.SOAPElement
        Overrides:
        addTextNode in class ElementImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(jakarta.xml.soap.SOAPElement element)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Overrides:
        addChildElement in class ElementImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • setFaultActor

        public void setFaultActor​(String faultActor)
                           throws jakarta.xml.soap.SOAPException
        Specified by:
        setFaultActor in interface jakarta.xml.soap.SOAPFault
        Specified by:
        setFaultActor in class FaultImpl
        Throws:
        jakarta.xml.soap.SOAPException