Glyn,

Are there any interface changes that are pending in the main codebase? I recall that 
you mentioned
that there is some disconnect. Can you please let me know how to fix it?

thanks,
dims

--- [EMAIL PROTECTED] wrote:
> glyn        2002/06/20 00:48:36
> 
>   Modified:    proposals/arch/docs architecture-guide.html
>                proposals/arch/src/org/apache/axis/flow Message.java
>   Log:
>   Simplify Message interface after discussion with Harris Reynolds.
>   
>   Revision  Changes    Path
>   1.2       +5 -3      xml-axis/proposals/arch/docs/architecture-guide.html
>   
>   Index: architecture-guide.html
>   ===================================================================
>   RCS file: /home/cvs/xml-axis/proposals/arch/docs/architecture-guide.html,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- architecture-guide.html 17 Jun 2002 15:12:15 -0000      1.1
>   +++ architecture-guide.html 20 Jun 2002 07:48:36 -0000      1.2
>   @@ -122,9 +122,11 @@
>    <h3>Message Context</h3>
>    
>    The MessageContext interface provides access to request and response
>   -messages in terms of a Message abstract class which extends the
>   -javax.xml.soap.SOAPMessage abstract class hence limiting Axis to SOAP
>   -messages.
>   +messages in terms of a Message marker interface.
>   +<p>
>   +The alternative of an abstract Marker class extending the
>   +javax.xml.soap.SOAPMessage abstract class would limit Axis to SOAP
>   +messages and bias the flow subsystem towards the SAAJ interface style.
>    
>    </body>
>    </html>
>   
>   
>   
>   1.2       +1 -2      xml-axis/proposals/arch/src/org/apache/axis/flow/Message.java
>   
>   Index: Message.java
>   ===================================================================
>   RCS file: /home/cvs/xml-axis/proposals/arch/src/org/apache/axis/flow/Message.java,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- Message.java    17 Jun 2002 15:12:15 -0000      1.1
>   +++ Message.java    20 Jun 2002 07:48:36 -0000      1.2
>   @@ -59,5 +59,4 @@
>     * Interface for messages that pass in message contexts through sequence
>     * of handlers.
>     */
>   -public abstract class Message extends javax.xml.soap.SOAPMessage {
>   -}
>   +public interface Message {}
>   
>   
>   


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to