Interface SOAP12Fault

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
All Known Implementing Classes:
SOAP12FaultImpl

public interface SOAP12Fault extends ExtensibilityElement, java.io.Serializable
Based on javax.wsdl.extensions.SOAPFault.
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
    Get the encodingStyle for this SOAP fault.
    java.lang.String
    Get the name for this SOAP fault.
    java.lang.String
    Get the namespace URI for this SOAP fault.
    java.lang.String
    Get the use for this SOAP fault.
    void
    setEncodingStyle(java.lang.String encodingStyle)
    Set the encodingStyle for this SOAP fault.
    void
    setName(java.lang.String name)
    Set the name for this SOAP fault.
    void
    setNamespaceURI(java.lang.String namespaceURI)
    Set the namespace URI for this SOAP fault.
    void
    setUse(java.lang.String use)
    Set the use for this SOAP fault.

    Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

    getElementType, getRequired, setElementType, setRequired
  • Method Details

    • setName

      void setName(java.lang.String name)
      Set the name for this SOAP fault.
      Parameters:
      name - the desired name
    • getName

      java.lang.String getName()
      Get the name for this SOAP fault.
    • setUse

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

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

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

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

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

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