javax.wsdl.extensions.soap12
public interface SOAP12Fault extends ExtensibilityElement, Serializable
Method Summary | |
---|---|
String | getEncodingStyle()
Get the encodingStyle for this SOAP fault. |
String | getName()
Get the name for this SOAP fault. |
String | getNamespaceURI()
Get the namespace URI for this SOAP fault. |
String | getUse()
Get the use for this SOAP fault. |
void | setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP fault.
|
void | setName(String name)
Set the name for this SOAP fault.
|
void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
|
void | setUse(String use)
Set the use for this SOAP fault.
|
Parameters: encodingStyle the desired encodingStyle
Parameters: name the desired name
Parameters: namespaceURI the desired namespace URI
Parameters: use the desired use