javax.wsdl.extensions.soap12
Interface SOAP12Fault
- ExtensibilityElement, java.io.Serializable
- SOAP12FaultImpl
public interface SOAP12Fault
Based on javax.wsdl.extensions.SOAPFault.
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.
|
getEncodingStyle
public String getEncodingStyle()
Get the encodingStyle for this SOAP fault.
getName
public String getName()
Get the name for this SOAP fault.
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP fault.
getUse
public String getUse()
Get the use for this SOAP fault.
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP fault.
encodingStyle
- the desired encodingStyle
setName
public void setName(String name)
Set the name for this SOAP fault.
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
namespaceURI
- the desired namespace URI
setUse
public void setUse(String use)
Set the use for this SOAP fault.
Copyright B) 2003,2006 IBM. All Rights Reserved.