|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Based on javax.wsdl.extensions.SOAPHeader.
Method Summary | |
void |
addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Add a SOAP header fault. |
java.lang.String |
getEncodingStyle()
Get the encodingStyle for this SOAP header. |
QName |
getMessage()
Get the message for this SOAP header. |
java.lang.String |
getNamespaceURI()
Get the namespace URI for this SOAP header. |
java.lang.String |
getPart()
Get the part for this SOAP header. |
java.util.List |
getSOAP12HeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header. |
java.lang.String |
getUse()
Get the use for this SOAP header. |
SOAP12HeaderFault |
removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Remove a SOAP header fault. |
void |
setEncodingStyle(java.lang.String encodingStyle)
Set the encodingStyle for this SOAP header. |
void |
setMessage(QName message)
Set the message for this SOAP header. |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP header. |
void |
setPart(java.lang.String part)
Set the part for this SOAP header. |
void |
setUse(java.lang.String use)
Set the use for this SOAP header. |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
getElementType, getRequired, setElementType, setRequired |
Method Detail |
public void setMessage(QName message)
message
- the desired messagepublic QName getMessage()
public void setPart(java.lang.String part)
part
- the desired partpublic java.lang.String getPart()
public void setUse(java.lang.String use)
use
- the desired usepublic java.lang.String getUse()
public void setEncodingStyle(java.lang.String encodingStyle)
encodingStyle
- the desired encodingStylepublic java.lang.String getEncodingStyle()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIpublic java.lang.String getNamespaceURI()
public void addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
soap12HeaderFault
- the SOAP Header fault to be added.public java.util.List getSOAP12HeaderFaults()
public SOAP12HeaderFault removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |