Hi all;
I am doing a SAAJ 1.3 implementation. In order for me to complete, I need
following methods to be added to the AXIOM API.
[1]

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.
    *
    * @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();


Shall I submit a patch with the addition?

/sumedha

[1] http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soaprelay

Reply via email to