javax.wsdl.extensions.soap

Interface SOAPHeaderFault

public interface SOAPHeaderFault extends ExtensibilityElement, Serializable

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

Method Summary
ListgetEncodingStyles()
Get the encodingStyles for this SOAP header fault.
QNamegetMessage()
Get the message for this SOAP header fault.
StringgetNamespaceURI()
Get the namespace URI for this SOAP header fault.
StringgetPart()
Get the part for this SOAP header fault.
StringgetUse()
Get the use for this SOAP header fault.
voidsetEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header fault.
voidsetMessage(QName message)
Set the message for this SOAP header fault.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
voidsetPart(String part)
Set the part for this SOAP header fault.
voidsetUse(String use)
Set the use for this SOAP header fault.

Method Detail

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP header fault.

getMessage

public QName getMessage()
Get the message for this SOAP header fault.

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP header fault.

getPart

public String getPart()
Get the part for this SOAP header fault.

getUse

public String getUse()
Get the use for this SOAP header fault.

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header fault.

Parameters: encodingStyles the desired encodingStyles

setMessage

public void setMessage(QName message)
Set the message for this SOAP header fault.

Parameters: message the desired message

setNamespaceURI

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

Parameters: namespaceURI the desired namespace URI

setPart

public void setPart(String part)
Set the part for this SOAP header fault.

Parameters: part the desired part

setUse

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

Parameters: use the desired use

Copyright © 2003,2005 IBM. All Rights Reserved.