Glyn Normington wrote: > > Does anyone understand the purpose of using SAX event recorders in the Axis > deserialization components? > > I guess it's something to do with optimising serialization of the parse > tree, but it's not immediately obvious from the code :-). It would save me > some reverse-engineering effort if someone could describe the design in a > paragraph or two. I promise to put any succinct design principles in the > Architecture Guide for posterity.
With multi-ref in SOAP, there are times when you encounter data that you don't know how to deserialize. As this data is coming in off a stream, there needs to be a place to "park" it until enough context is present. - Sam Ruby