com.ibm.wsdl.extensions.soap12
Class SOAP12HeaderImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
- ExtensibilityElement, java.io.Serializable, SOAP12Header
public class SOAP12HeaderImpl
extends java.lang.Object
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
elementType
protected QName elementType
encodingStyle
protected String encodingStyle
message
protected QName message
namespaceURI
protected String namespaceURI
part
protected String part
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
soapHeaderFaults
protected List soapHeaderFaults
getPart
public String getPart()
Get the part for this SOAP header.
- getPart in interface SOAP12Header
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
getSOAP12HeaderFaults
public List getSOAP12HeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
- getSOAP12HeaderFaults in interface SOAP12Header
- a list of all SOAP header faults contained in this SOAP header.
getUse
public String getUse()
Get the use for this SOAP header.
- getUse in interface SOAP12Header
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.
- setEncodingStyle in interface SOAP12Header
encodingStyle
- the desired encodingStyle
setMessage
public void setMessage(QName message)
Set the message for this SOAP header.
- setMessage in interface SOAP12Header
message
- the desired message
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
- setNamespaceURI in interface SOAP12Header
namespaceURI
- the desired namespace URI
setPart
public void setPart(String part)
Set the part for this SOAP header.
- setPart in interface SOAP12Header
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
setUse
public void setUse(String use)
Set the use for this SOAP header.
- setUse in interface SOAP12Header
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.