Class Fault1_2Impl

  • All Implemented Interfaces:
    javax.xml.soap.Node, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement, javax.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 javax.xml.soap.SOAPException
        Specified by:
        checkIfStandardFaultCode in class FaultImpl
        Throws:
        javax.xml.soap.SOAPException
      • finallySetFaultCode

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

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

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

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

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

        public Locale getFaultStringLocale()
      • getFaultNode

        public String getFaultNode()
      • setFaultNode

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

        public String getFaultRole()
      • setFaultRole

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

        public String getFaultCode()
      • getFaultCodeAsQName

        public QName getFaultCodeAsQName()
      • getFaultCodeAsName

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

        public String getFaultString()
      • setFaultString

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

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

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

        public void removeAllFaultSubcodes()
      • setEncodingStyle

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

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

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

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

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

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