Every one of the Bean classes has the following code in the 'parse' routine
// Note all attributes that were handled. Used to differ
normal attributes
// from anyAttributes.
java.util.Vector handledAttributes = new java.util.Vector();
It is never used in any place that I have looked. Does anyone know why it is
there and what it does? Or is it just a piece of history that has sort of
gotten cut and paste throughout the code?
For that matter, is there any class that ever calls the method
public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader
reader)
in these Beans? I cannot find one.
Thanks for any clarification,
Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]