Hi all;
I am thinking of adding following methods to
org.apache.axiom.soap.SOAPHeaderBlock.
/**
* Sets the relay attribute for this SOAPHeaderBlock 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 abstract void setRole(String roleURI);
public abstract String getRole();
These methods are required for SAAJ 1.3 implementation.[1]
Shall I go on with the addition?
[1] http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soaprelay
/sumedha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]