javax.wsdl.extensions.soap
Interface SOAPHeader
- ExtensibilityElement, java.io.Serializable
- SOAPHeaderImpl
public interface SOAPHeader
- Matthew J. Duftler (duftler@us.ibm.com)
addSOAPHeaderFault
public void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
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()
getUse
public String getUse()
Get the use for this SOAP header.
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header.
encodingStyles
- the desired encodingStyles
setMessage
public void setMessage(QName message)
Set the message for this SOAP header.
message
- the desired message
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
namespaceURI
- the desired namespace URI
setPart
public void setPart(String part)
Set the part for this SOAP header.
setUse
public void setUse(String use)
Set the use for this SOAP header.