javax.wsdl.extensions.soap

Interface SOAPFault

public interface SOAPFault extends ExtensibilityElement, Serializable

Author: Matthew J. Duftler (duftler@us.ibm.com)

Method Summary
ListgetEncodingStyles()
Get the encodingStyles for this SOAP fault.
StringgetName()
Get the name for this SOAP fault.
StringgetNamespaceURI()
Get the namespace URI for this SOAP fault.
StringgetUse()
Get the use for this SOAP fault.
voidsetEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
voidsetName(String name)
Set the name for this SOAP fault.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
voidsetUse(String use)
Set the use for this SOAP fault.

Method Detail

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.

Parameters: encodingStyles the desired encodingStyles

setName

public void setName(String name)
Set the name for this SOAP fault.

Parameters: name the desired name

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.

Parameters: namespaceURI the desired namespace URI

setUse

public void setUse(String use)
Set the use for this SOAP fault.

Parameters: use the desired use

Copyright B) 2003,2005 IBM. All Rights Reserved.