javax.wsdl.extensions.soap
Interface SOAPHeader

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface SOAPHeader
extends ExtensibilityElement, java.io.Serializable

SOAPHeader

Component:
WSDL-API interfaces

Method Summary
 void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)
           
 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()
           
 java.lang.String getUse()
          Get the use for this SOAP header.
 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.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setMessage

public void setMessage(QName message)
Set the message for this SOAP header.

Parameters:
message - the desired message

getMessage

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


setPart

public void setPart(java.lang.String part)
Set the part for this SOAP header.

Parameters:
part - the desired part

getPart

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


setUse

public void setUse(java.lang.String use)
Set the use for this SOAP header.

Parameters:
use - the desired use

getUse

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


setEncodingStyles

public void setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP header.

Parameters:
encodingStyles - the desired encodingStyles

getEncodingStyles

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


setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP header.

Parameters:
namespaceURI - the desired namespace URI

getNamespaceURI

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


addSOAPHeaderFault

public void addSOAPHeaderFault(SOAPHeaderFault soapHeaderFault)

getSOAPHeaderFaults

public java.util.List getSOAPHeaderFaults()