Addition of new method -> get/setRelay
--------------------------------------
Key: WSCOMMONS-156
URL: https://issues.apache.org/jira/browse/WSCOMMONS-156
Project: WS-Commons
Issue Type: Improvement
Components: AXIOM
Environment: any
Reporter: sumedha rubasinghe
/**
* 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.
*
* @param relay a <CODE>boolean</CODE> giving the value to be set
*/
public abstract void setRelay(boolean relay);
/**
* Returns the relay status associated with this <CODE>
* SOAPHeaderBlock</CODE> object.
*
* @return a <CODE>boolean</CODE> giving the relay status
*/
public abstract boolean getRelay();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]