javax.wsdl.extensions.soap12
public interface SOAP12Header extends ExtensibilityElement, Serializable
Method Summary | |
---|---|
void | addSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Add a SOAP header fault.
|
String | getEncodingStyle()
Get the encodingStyle for this SOAP header. |
QName | getMessage()
Get the message for this SOAP header. |
String | getNamespaceURI()
Get the namespace URI for this SOAP header. |
String | getPart()
Get the part for this SOAP header. |
List | getSOAP12HeaderFaults()
Get a list of all SOAP header faults contained in this SOAP header.
|
String | getUse()
Get the use for this SOAP header. |
SOAP12HeaderFault | removeSOAP12HeaderFault(SOAP12HeaderFault soap12HeaderFault)
Remove a SOAP header fault.
|
void | setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header.
|
void | setMessage(QName message)
Set the message for this SOAP header.
|
void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header.
|
void | setPart(String part)
Set the part for this SOAP header.
|
void | setUse(String use)
Set the use for this SOAP header.
|
Parameters: soap12HeaderFault the SOAP Header fault to be added.
Returns: a list of all SOAP header faults contained in this SOAP header.
Parameters: soapHeaderFault the SOAP header fault to be removed.
Returns: the SOAP header fault which was removed.
Parameters: encodingStyle the desired encodingStyle
Parameters: message the desired message
Parameters: namespaceURI the desired namespace URI
Parameters: part the desired part
Parameters: use the desired use