javax.wsdl.extensions.soap12

Interface SOAP12Header

public interface SOAP12Header extends ExtensibilityElement, Serializable

Based on javax.wsdl.extensions.SOAPHeader.
Method Summary
voidaddSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Add a SOAP header fault.
StringgetEncodingStyle()
Get the encodingStyle for this SOAP header.
QNamegetMessage()
Get the message for this SOAP header.
StringgetNamespaceURI()
Get the namespace URI for this SOAP header.
StringgetPart()
Get the part for this SOAP header.
ListgetSOAP12HeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
StringgetUse()
Get the use for this SOAP header.
SOAP12HeaderFaultremoveSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Remove a SOAP header fault.
voidsetEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.
voidsetMessage(QName message)
Set the message for this SOAP header.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
voidsetPart(String part)
Set the part for this SOAP header.
voidsetUse(String use)
Set the use for this SOAP header.

Method Detail

addSOAP12HeaderFault

public void addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Add a SOAP header fault.

Parameters: soap12HeaderFault the SOAP Header fault to be added.

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle 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.

getSOAP12HeaderFaults

public List getSOAP12HeaderFaults()
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.

removeSOAP12HeaderFault

public SOAP12HeaderFault removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Remove a SOAP header fault.

Parameters: soapHeaderFault the SOAP header fault to be removed.

Returns: the SOAP header fault which was removed.

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.

Parameters: encodingStyle the desired encodingStyle

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.