[
https://issues.apache.org/jira/browse/WSCOMMONS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469322
]
Davanum Srinivas commented on WSCOMMONS-156:
--------------------------------------------
looks like this patch has already been applied
> 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
> Attachments: WSCOMMONS-156.patch
>
>
> /**
> * 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.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]