public interface SOAPHeader extends ExtensibilityElement, Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
getElementType, getRequired, setElementType, setRequired
void setMessage(QName message)
message
- the desired messageQName getMessage()
void setPart(String part)
part
- the desired partString getPart()
void setUse(String use)
use
- the desired useString getUse()
void setEncodingStyles(List encodingStyles)
encodingStyles
- the desired encodingStylesList getEncodingStyles()
void setNamespaceURI(String namespaceURI)
namespaceURI
- the desired namespace URIString 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.List getSOAPHeaderFaults()
Copyright © 2017 JBoss by Red Hat. All rights reserved.