Hi sumedha ;

> 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();

As I can see these two methods are already in the code, do you want to
add something like

public abstract void setRelay (String roleURI);
 public abstract String getRelay ();


If so , I am +1 on that.

Thanks
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to