javax.wsdl.extensions.soap
Interface SOAPFault
- ExtensibilityElement, java.io.Serializable
- SOAPFaultImpl
public interface SOAPFault
- Matthew J. Duftler (duftler@us.ibm.com)
List | getEncodingStyles() - Get the encodingStyles 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 | setEncodingStyles(List encodingStyles) - Set the encodingStyles 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.
|
getEncodingStyles
public List getEncodingStyles()
Get the encodingStyles 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.
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
encodingStyles
- the desired encodingStyles
setName
public void setName(String name)
Set the name for this SOAP fault.
name
- the desired name
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.
use
- the desired use
Copyright B) 2003,2005 IBM. All Rights Reserved.