Good Morning Thilina

Do you know where we can acquire the jsr173_ri.jar?

Thanks,

Martin-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
conte
----- Original Message ----- 
From: "Thilina Gunarathne" <[EMAIL PROTECTED]>
To: <axis-user@ws.apache.org>
Sent: Saturday, October 07, 2006 6:49 AM
Subject: Re: [Axis2] SAX or DOM


> Axis2 uses StAX parsing, which is also called deferred parsing.. It is
> possible for Axis2 to start processing the message before the entire
> request has been transmitted. This works even for attachments.. In
> Axis2 objects are not made unless a need arises for them. In other
> words stream is read only when needed..
> 
> Refer to the following tutorial for more in for on StAX parsing..
> OM Tutorial - http://ws.apache.org/commons/axiom/OMTutorial.html
> Introduction to Pull parsing -
> http://www.bearcave.com/software/java/xml/xmlpull.html
> Introduction to StAX -
> http://today.java.net/pub/a/today/2006/07/20/introduction-to-stax.html
> 
> ~Thilina
> 
> On 10/7/06, Betsy Frey <[EMAIL PROTECTED]> wrote:
>> In Axis2, is there a way for the server to start receiving a very long
>> request, before the entire request has been transmitted?  Similarly, is
>> there a way for the client to start receiving a very long response,
>> before the entire response has been transmitted?
>>
>> Perhaps this comes down to asking whether SAX or DOM is used for XML
>> parsing in Axis2.
>>
>> Thanks.
>>
>> Betsy Frey
>>
>>
>> **********************************************************************
>> This email and any files transmitted with it are confidential and intended 
>> solely for the use of the individual or entity to whom they are addressed. 
>> Any unauthorized review, use, disclosure or distribution is prohibited. If 
>> you are not the intended recipient, please contact the sender by reply 
>> e-mail and destroy all copies of the original message.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> 
> -- 
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to