Interface SOAPHeaderFault
- All Superinterfaces:
ExtensibilityElement, Serializable
- All Known Implementing Classes:
SOAPHeaderFaultImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionGet the encodingStyles for this SOAP header fault.Get the message for this SOAP header fault.Get the namespace URI for this SOAP header fault.getPart()Get the part for this SOAP header fault.getUse()Get the use for this SOAP header fault.voidsetEncodingStyles(List encodingStyles) Set the encodingStyles for this SOAP header fault.voidsetMessage(QName message) Set the message for this SOAP header fault.voidsetNamespaceURI(String namespaceURI) Set the namespace URI for this SOAP header fault.voidSet the part for this SOAP header fault.voidSet the use for this SOAP header fault.Methods inherited from interface ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setMessage
Set the message for this SOAP header fault.- Parameters:
message- the desired message
-
getMessage
QName getMessage()Get the message for this SOAP header fault. -
setPart
Set the part for this SOAP header fault.- Parameters:
part- the desired part
-
getPart
String getPart()Get the part for this SOAP header fault. -
setUse
-
getUse
String getUse()Get the use for this SOAP header fault. -
setEncodingStyles
Set the encodingStyles for this SOAP header fault.- Parameters:
encodingStyles- the desired encodingStyles
-
getEncodingStyles
List getEncodingStyles()Get the encodingStyles for this SOAP header fault. -
setNamespaceURI
Set the namespace URI for this SOAP header fault.- Parameters:
namespaceURI- the desired namespace URI
-
getNamespaceURI
String getNamespaceURI()Get the namespace URI for this SOAP header fault.
-