ExtensibilityElement
, java.io.Serializable
SOAPHeaderImpl
public interface SOAPHeader extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
void |
addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault) |
Add a SOAP header fault.
|
java.util.List |
getEncodingStyles() |
Get the encodingStyles for this SOAP header.
|
QName |
getMessage() |
Get the message for this SOAP header.
|
java.lang.String |
getNamespaceURI() |
Get the namespace URI for this SOAP header.
|
java.lang.String |
getPart() |
Get the part for this SOAP header.
|
java.util.List |
getSOAPHeaderFaults() |
Get a list of all SOAP header faults contained in this SOAP header.
|
java.lang.String |
getUse() |
Get the use for this SOAP header.
|
SOAPHeaderFault |
removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault) |
Remove a SOAP header fault.
|
void |
setEncodingStyles(java.util.List encodingStyles) |
Set the encodingStyles for this SOAP header.
|
void |
setMessage(QName message) |
Set the message for this SOAP header.
|
void |
setNamespaceURI(java.lang.String namespaceURI) |
Set the namespace URI for this SOAP header.
|
void |
setPart(java.lang.String part) |
Set the part for this SOAP header.
|
void |
setUse(java.lang.String use) |
Set the use for this SOAP header.
|
getElementType, getRequired, setElementType, setRequired
void setMessage(QName message)
message
- the desired messageQName getMessage()
void setPart(java.lang.String part)
part
- the desired partjava.lang.String getPart()
void setUse(java.lang.String use)
use
- the desired usejava.lang.String getUse()
void setEncodingStyles(java.util.List encodingStyles)
encodingStyles
- the desired encodingStylesjava.util.List getEncodingStyles()
void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIjava.lang.String getNamespaceURI()
void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
soapHeaderFault
- the SOAP Header fault to be added.SOAPHeaderFault removeSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
soapHeaderFault
- the SOAP header fault to be removed.java.util.List getSOAPHeaderFaults()
Copyright ? 2003, 2013 IBM. All Rights Reserved.