org.eclipse.wst.wsdl.binding.soap
Interface SOAPHeader

All Superinterfaces:
ExtensibilityElement, SOAPHeaderBase, WSDLElement

public interface SOAPHeader
extends SOAPHeaderBase

A representation of the model object 'Header'.

The following features are supported:

See Also:
SOAPPackage.getSOAPHeader()

Method Summary
 EList getHeaderFaults()
          Returns the value of the 'Header Faults' containment reference list.
 
Methods inherited from interface org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase
getEncodingStyles, getMessage, getNamespaceURI, getPart, getUse, setMessage, setNamespaceURI, setPart, setUse
 
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibilityElement
getElementType, isRequired, setElementType, setRequired
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getHeaderFaults

public EList getHeaderFaults()
Returns the value of the 'Header Faults' containment reference list. The list contents are of type SOAPHeaderFault.

If the meaning of the 'Header Faults' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Header Faults' containment reference list.
See Also:
SOAPPackage.getSOAPHeader_HeaderFaults()