Package com.ibm.wsdl.extensions.soap
Class SOAPHeaderImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
- All Implemented Interfaces:
Serializable
,ExtensibilityElement
,SOAPHeader
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSOAPHeaderFault
(SOAPHeaderFault soapHeaderFault) Add a SOAP header fault.Get the type of this extensibility element.Get the encodingStyles for this SOAP header.Get the message for this SOAP header.Get the namespace URI for this SOAP header.getPart()
Get the part for this SOAP header.Get whether or not the semantics of this extension are required.Get a list of all SOAP header faults contained in this SOAP header.getUse()
Get the use for this SOAP header.removeSOAPHeaderFault
(SOAPHeaderFault soapHeaderFault) Remove a SOAP header fault.void
setElementType
(QName elementType) Set the type of this extensibility element.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
Set the part for this SOAP header.void
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.void
Set the use for this SOAP header.toString()
-
Field Details
-
elementType
-
required
-
message
-
part
-
use
-
encodingStyles
-
namespaceURI
-
soapHeaderFaults
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SOAPHeaderImpl
public SOAPHeaderImpl()
-
-
Method Details
-
setElementType
Set the type of this extensibility element.- Specified by:
setElementType
in interfaceExtensibilityElement
- Parameters:
elementType
- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementType
in interfaceExtensibilityElement
- Returns:
- the extensibility element's type
-
setRequired
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
setRequired
in interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequired
in interfaceExtensibilityElement
-
setMessage
Set the message for this SOAP header.- Specified by:
setMessage
in interfaceSOAPHeader
- Parameters:
message
- the desired message
-
getMessage
Get the message for this SOAP header.- Specified by:
getMessage
in interfaceSOAPHeader
-
setPart
Set the part for this SOAP header.- Specified by:
setPart
in interfaceSOAPHeader
- Parameters:
part
- the desired part
-
getPart
Get the part for this SOAP header.- Specified by:
getPart
in interfaceSOAPHeader
-
setUse
Set the use for this SOAP header.- Specified by:
setUse
in interfaceSOAPHeader
- Parameters:
use
- the desired use
-
getUse
Get the use for this SOAP header.- Specified by:
getUse
in interfaceSOAPHeader
-
setEncodingStyles
Set the encodingStyles for this SOAP header.- Specified by:
setEncodingStyles
in interfaceSOAPHeader
- Parameters:
encodingStyles
- the desired encodingStyles
-
getEncodingStyles
Get the encodingStyles for this SOAP header.- Specified by:
getEncodingStyles
in interfaceSOAPHeader
-
setNamespaceURI
Set the namespace URI for this SOAP header.- Specified by:
setNamespaceURI
in interfaceSOAPHeader
- Parameters:
namespaceURI
- the desired namespace URI
-
getNamespaceURI
Get the namespace URI for this SOAP header.- Specified by:
getNamespaceURI
in interfaceSOAPHeader
-
addSOAPHeaderFault
Description copied from interface:SOAPHeader
Add a SOAP header fault.- Specified by:
addSOAPHeaderFault
in interfaceSOAPHeader
- Parameters:
soapHeaderFault
- the SOAP Header fault to be added.
-
removeSOAPHeaderFault
Description copied from interface:SOAPHeader
Remove a SOAP header fault.- Specified by:
removeSOAPHeaderFault
in interfaceSOAPHeader
- Parameters:
soapHeaderFault
- the SOAP header fault to be removed.- Returns:
- the SOAP header fault which was removed.
-
getSOAPHeaderFaults
Description copied from interface:SOAPHeader
Get a list of all SOAP header faults contained in this SOAP header.- Specified by:
getSOAPHeaderFaults
in interfaceSOAPHeader
- Returns:
- a list of all SOAP header faults contained in this SOAP header.
-
toString
-