javax.wsdl.extensions.soap12

Interface SOAP12HeaderFault

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
Known Implementing Classes:
SOAP12HeaderFaultImpl

public interface SOAP12HeaderFault
extends ExtensibilityElement, java.io.Serializable

Based on javax.wsdl.extensions.SOAPHeaderFault.

Method Summary

String
getEncodingStyle()
Get the encodingStyle for this SOAP header fault.
QName
getMessage()
Get the message for this SOAP header fault.
String
getNamespaceURI()
Get the namespace URI for this SOAP header fault.
String
getPart()
Get the part for this SOAP header fault.
String
getUse()
Get the use for this SOAP header fault.
void
setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
void
setMessage(QName message)
Set the message for this SOAP header fault.
void
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
void
setPart(String part)
Set the part for this SOAP header fault.
void
setUse(String use)
Set the use for this SOAP header fault.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle 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.

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
Parameters:
encodingStyle - the desired encodingStyle

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 B) 2003,2006 IBM. All Rights Reserved.