Interface SOAPFault

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

public interface SOAPFault extends ExtensibilityElement, Serializable
Author:
Matthew J. Duftler (duftler@us.ibm.com)
  • Method Details

    • setName

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

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

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

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

      void setEncodingStyles(List encodingStyles)
      Set the encodingStyles for this SOAP fault.
      Parameters:
      encodingStyles - the desired encodingStyles
    • getEncodingStyles

      List getEncodingStyles()
      Get the encodingStyles for this SOAP fault.
    • setNamespaceURI

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

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