javax.wsdl.extensions.soap

Interface SOAPHeader

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

public interface SOAPHeader
extends ExtensibilityElement, java.io.Serializable

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Method Summary

void
addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Add a SOAP header fault.
List
getEncodingStyles()
Get the encodingStyles for this SOAP header.
QName
getMessage()
Get the message for this SOAP header.
String
getNamespaceURI()
Get the namespace URI for this SOAP header.
String
getPart()
Get the part for this SOAP header.
List
getSOAPHeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
String
getUse()
Get the use for this SOAP header.
SOAPHeaderFault
removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Remove a SOAP header fault.
void
setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
void
setMessage(QName message)
Set the message for this SOAP header.
void
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
void
setPart(String part)
Set the part for this SOAP header.
void
setUse(String use)
Set the use for this SOAP header.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

addSOAPHeaderFault

public void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Add a SOAP header fault.
Parameters:
soapHeaderFault - the SOAP Header fault to be added.

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP header.

getMessage

public QName getMessage()
Get the message for this SOAP header.

getNamespaceURI

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

getPart

public String getPart()
Get the part for this SOAP header.

getSOAPHeaderFaults

public List getSOAPHeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
Returns:
a list of all SOAP header faults contained in this SOAP header.

getUse

public String getUse()
Get the use for this SOAP header.

removeSOAPHeaderFault

public SOAPHeaderFault removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
Remove a SOAP header fault.
Parameters:
soapHeaderFault - the SOAP header fault to be removed.
Returns:
the SOAP header fault which was removed.

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
Parameters:
encodingStyles - the desired encodingStyles

setMessage

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

setNamespaceURI

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

setPart

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

setUse

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

Copyright B) 2003,2006 IBM. All Rights Reserved.