You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "sumedha rubasinghe (JIRA)" <ji...@apache.org> on 2007/01/22 07:29:29 UTC

[jira] Created: (WSCOMMONS-156) Addition of new method -> get/setRelay

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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Commented: (WSCOMMONS-156) Addition of new method -> get/setRelay

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ 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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-156) Addition of new method -> get/setRelay

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved WSCOMMONS-156.
----------------------------------------

    Resolution: Fixed

> 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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-156) Addition of new method -> get/setRelay

Posted by "sumedha rubasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sumedha rubasinghe updated WSCOMMONS-156:
-----------------------------------------

    Attachment: WSCOMMONS-156.patch

> 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.
-
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org