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 Details

    • log

      protected static final Logger log
  • Constructor Details

  • Method Details

    • getDetailName

      protected NameImpl getDetailName()
      Specified by:
      getDetailName in class FaultImpl
    • getFaultCodeName

      protected NameImpl getFaultCodeName()
      Specified by:
      getFaultCodeName in class FaultImpl
    • getFaultStringName

      protected NameImpl getFaultStringName()
      Specified by:
      getFaultStringName in class FaultImpl
    • getFaultActorName

      protected NameImpl getFaultActorName()
      Specified by:
      getFaultActorName in class FaultImpl
    • createDetail

      protected DetailImpl createDetail()
      Specified by:
      createDetail in class FaultImpl
    • createSOAPFaultElement

      protected FaultElementImpl createSOAPFaultElement(String localName)
      Specified by:
      createSOAPFaultElement in class FaultImpl
    • 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()
    • getFaultSubcodes

      public Iterator<QName> getFaultSubcodes()
    • 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
    • isStandardFaultElement

      protected boolean isStandardFaultElement(String localName)
      Specified by:
      isStandardFaultElement in class FaultImpl
    • getDefaultFaultCode

      protected QName getDefaultFaultCode()
      Specified by:
      getDefaultFaultCode in class FaultImpl
    • createSOAPFaultElement

      protected FaultElementImpl createSOAPFaultElement(QName qname)
      Specified by:
      createSOAPFaultElement in class FaultImpl
    • createSOAPFaultElement

      protected FaultElementImpl createSOAPFaultElement(javax.xml.soap.Name qname)
      Specified by:
      createSOAPFaultElement in class FaultImpl
    • 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