Interface SOAP12HeaderFault

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
SOAP12HeaderFaultImpl

public interface SOAP12HeaderFault extends ExtensibilityElement, Serializable
Based on javax.wsdl.extensions.SOAPHeaderFault.
  • Method Details

    • setMessage

      void setMessage(QName message)
      Set the message for this SOAP header fault.
      Parameters:
      message - the desired message
    • getMessage

      QName getMessage()
      Get the message for this SOAP header fault.
    • setPart

      void setPart(String part)
      Set the part for this SOAP header fault.
      Parameters:
      part - the desired part
    • getPart

      String getPart()
      Get the part for this SOAP header fault.
    • setUse

      void setUse(String use)
      Set the use for this SOAP header fault.
      Parameters:
      use - the desired use
    • getUse

      String getUse()
      Get the use for this SOAP header fault.
    • setEncodingStyle

      void setEncodingStyle(String encodingStyle)
      Set the encodingStyle for this SOAP header fault.
      Parameters:
      encodingStyle - the desired encodingStyle
    • getEncodingStyle

      String getEncodingStyle()
      Get the encodingStyle for this SOAP header fault.
    • setNamespaceURI

      void setNamespaceURI(String namespaceURI)
      Set the namespace URI for this SOAP header fault.
      Parameters:
      namespaceURI - the desired namespace URI
    • getNamespaceURI

      String getNamespaceURI()
      Get the namespace URI for this SOAP header fault.