javax.wsdl.extensions.soap12
public interface SOAP12HeaderFault extends ExtensibilityElement, Serializable
| Method Summary | |
|---|---|
| String | getEncodingStyle()
Get the encodingStyle for this SOAP header fault. |
| QName | getMessage()
Get the message for this SOAP header fault. |
| String | getNamespaceURI()
Get the namespace URI for this SOAP header fault. |
| String | getPart()
Get the part for this SOAP header fault. |
| String | getUse()
Get the use for this SOAP header fault. |
| void | setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
|
| void | setMessage(QName message)
Set the message for this SOAP header fault.
|
| void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
|
| void | setPart(String part)
Set the part for this SOAP header fault.
|
| void | setUse(String use)
Set the use for this SOAP header fault.
|
Parameters: encodingStyle the desired encodingStyle
Parameters: message the desired message
Parameters: namespaceURI the desired namespace URI
Parameters: part the desired part
Parameters: use the desired use