|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.wsdl.common.WSDLElementImpl
|
+--oracle.wsdl.extension.soap.SOAPHeaderFault
SOAPHeaderFault represents soap:headerFault element that appear inside soap:header and allows specification of the header types that are used to transmit error information pertaining to the header defined by the soap:header.
| Constructor Summary |
SOAPHeaderFault(QName message,
java.lang.String part,
int use)
Initialize with message, part and use value. |
| Method Summary |
| Type | Method |
|---|---|
java.lang.String |
getElementName()
Get element name which is soap:headerfault |
SOAPEncodingStyle |
getEncodingStyle()
Get encodingStyle |
QName |
getMessage()
Get message |
java.lang.String |
getNamespaceURI()
Get namspace URI |
java.lang.String |
getPart()
Get part |
int |
getUse()
Get the use value |
void |
serialize(java.io.PrintWriter writer,
boolean indent,
int indentLevel)
Serialize this WSDL element |
void |
setEncodingStyle(SOAPEncodingStyle encodingStyle)
Set encodingStyle |
void |
setMessage(QName message)
Set message |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set namespace URI |
void |
setPart(java.lang.String part)
Set part |
void |
setUse(int use)
Set the use value |
| Methods inherited from class oracle.wsdl.common.WSDLElementImpl |
getChildWSDLElements, getOwnerDefinitions, getParent, setParent, validateExtensionsRecursively |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.wsdl.internal.WSDLElement |
getOwnerDefinitions, getParent |
| Constructor Detail |
public SOAPHeaderFault(QName message,
java.lang.String part,
int use)
message - the qname of messagepart - the name of part of the messageuse - SOAPConstants.USE_LITERAL for literal, or SOAPConstants.USE_ENCODED for encoded.| Method Detail |
public java.lang.String getElementName()
getElementName in interface ExtensibilityElementpublic QName getMessage()
public void setMessage(QName message)
message - the qname of messagepublic java.lang.String getPart()
public void setPart(java.lang.String part)
the - name of partpublic int getUse()
public void setUse(int use)
use - SOAPConstants.USE_LITERAL for literal, or SOAPConstants.USE_ENCODED for encodedpublic SOAPEncodingStyle getEncodingStyle()
public void setEncodingStyle(SOAPEncodingStyle encodingStyle)
encodingStyle - a list of URIspublic java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI - the namespace to set
public void serialize(java.io.PrintWriter writer,
boolean indent,
int indentLevel)
WSDLElementserialize in interface WSDLElementoracle.wsdl.internal.WSDLElementwriter - a print writer as a sinkindent - indicates whether indentation will be applied to serializationindentLevel - the levels of indentation starting from 0.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||