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 TypeMethodDescriptionvoidaddSOAPHeaderFault(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.voidsetElementType(QName elementType) Set the type of this extensibility element.voidsetEncodingStyles(List encodingStyles) Set the encodingStyles for this SOAP header.voidsetMessage(QName message) Set the message for this SOAP header.voidsetNamespaceURI(String namespaceURI) Set the namespace URI for this SOAP header.voidSet the part for this SOAP header.voidsetRequired(Boolean required) Set whether or not the semantics of this extension are required.voidSet 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:
setElementTypein interfaceExtensibilityElement- Parameters:
elementType- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementTypein 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:
setRequiredin interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequiredin interfaceExtensibilityElement
-
setMessage
Set the message for this SOAP header.- Specified by:
setMessagein interfaceSOAPHeader- Parameters:
message- the desired message
-
getMessage
Get the message for this SOAP header.- Specified by:
getMessagein interfaceSOAPHeader
-
setPart
Set the part for this SOAP header.- Specified by:
setPartin interfaceSOAPHeader- Parameters:
part- the desired part
-
getPart
Get the part for this SOAP header.- Specified by:
getPartin interfaceSOAPHeader
-
setUse
Set the use for this SOAP header.- Specified by:
setUsein interfaceSOAPHeader- Parameters:
use- the desired use
-
getUse
Get the use for this SOAP header.- Specified by:
getUsein interfaceSOAPHeader
-
setEncodingStyles
Set the encodingStyles for this SOAP header.- Specified by:
setEncodingStylesin interfaceSOAPHeader- Parameters:
encodingStyles- the desired encodingStyles
-
getEncodingStyles
Get the encodingStyles for this SOAP header.- Specified by:
getEncodingStylesin interfaceSOAPHeader
-
setNamespaceURI
Set the namespace URI for this SOAP header.- Specified by:
setNamespaceURIin interfaceSOAPHeader- Parameters:
namespaceURI- the desired namespace URI
-
getNamespaceURI
Get the namespace URI for this SOAP header.- Specified by:
getNamespaceURIin interfaceSOAPHeader
-
addSOAPHeaderFault
Description copied from interface:SOAPHeaderAdd a SOAP header fault.- Specified by:
addSOAPHeaderFaultin interfaceSOAPHeader- Parameters:
soapHeaderFault- the SOAP Header fault to be added.
-
removeSOAPHeaderFault
Description copied from interface:SOAPHeaderRemove a SOAP header fault.- Specified by:
removeSOAPHeaderFaultin interfaceSOAPHeader- Parameters:
soapHeaderFault- the SOAP header fault to be removed.- Returns:
- the SOAP header fault which was removed.
-
getSOAPHeaderFaults
Description copied from interface:SOAPHeaderGet a list of all SOAP header faults contained in this SOAP header.- Specified by:
getSOAPHeaderFaultsin interfaceSOAPHeader- Returns:
- a list of all SOAP header faults contained in this SOAP header.
-
toString
-