javax.wsdl.extensions.soap12
Interface SOAP12HeaderFault

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

public interface SOAP12HeaderFault
extends ExtensibilityElement, java.io.Serializable

Based on javax.wsdl.extensions.SOAPHeaderFault.


Method Summary
 java.lang.String getEncodingStyle()
          Get the encodingStyle for this SOAP header fault.
 QName getMessage()
          Get the message for this SOAP header fault.
 java.lang.String getNamespaceURI()
          Get the namespace URI for this SOAP header fault.
 java.lang.String getPart()
          Get the part for this SOAP header fault.
 java.lang.String getUse()
          Get the use for this SOAP header fault.
 void setEncodingStyle(java.lang.String encodingStyle)
          Set the encodingStyle for this SOAP header fault.
 void setMessage(QName message)
          Set the message for this SOAP header fault.
 void setNamespaceURI(java.lang.String namespaceURI)
          Set the namespace URI for this SOAP header fault.
 void setPart(java.lang.String part)
          Set the part for this SOAP header fault.
 void setUse(java.lang.String use)
          Set the use for this SOAP header fault.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setMessage

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

Parameters:
message - the desired message

getMessage

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


setPart

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

Parameters:
part - the desired part

getPart

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


setUse

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

Parameters:
use - the desired use

getUse

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


setEncodingStyle

public void setEncodingStyle(java.lang.String encodingStyle)
Set the encodingStyle for this SOAP header fault.

Parameters:
encodingStyle - the desired encodingStyle

getEncodingStyle

public java.lang.String getEncodingStyle()
Get the encodingStyle for this SOAP header fault.


setNamespaceURI

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

Parameters:
namespaceURI - the desired namespace URI

getNamespaceURI

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



Copyright ? 2003,2006 IBM. All Rights Reserved.