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.
|
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()