Method Summary |
|
public String | getActor() Returns the uri of the actor attribute of this
SOAPHeaderElement . |
public boolean | getMustUnderstand() Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement . |
public boolean | getRelay() Returns the boolean value of the relay attribute for this
SOAPHeaderElement
true if the relay attribute is turned on; false otherwise exception: UnsupportedOperationException - if this message does not support the SOAP 1.2 concept of Relay attribute. |
public String | getRole() Returns the value of the Role attribute of this
SOAPHeaderElement .
a String giving the URI of the Role exception: UnsupportedOperationException - if this message does not support the SOAP 1.2 concept of Fault Role. |
public void | setActor(String actorURI) Sets the actor associated with this SOAPHeaderElement
object to the specified actor. |
public void | setMustUnderstand(boolean mustUnderstand) Sets the mustUnderstand attribute for this SOAPHeaderElement
object to be either true or false.
If the mustUnderstand attribute is on, the actor who receives the
SOAPHeaderElement must process it correctly. |
public void | setRelay(boolean relay) Sets the relay attribute for this SOAPHeaderElement to be
either true or false.
The SOAP relay attribute is set to true to indicate that the SOAP header
block must be relayed by any node that is targeted by the header block
but not actually process it. |
public void | setRole(String uri) Sets the Role associated with this SOAPHeaderElement
object to the specified Role .
Parameters: uri - - the URI of the Role throws: SOAPException - if there is an error in setting the role exception: UnsupportedOperationException - if this message does not support the SOAP 1.2 concept of Fault Role. |