Last one first public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader) is Overriden in all org.apache.axis2.databinding.types.soapencoding package classes that implement org.apache.axis2.databinding.ADBBean Martin Gainty ______________________________________________ /Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.
> From: brianreinh...@lampreynetworks.com > To: java-dev@axis.apache.org > Subject: Why is this code present in all the Bean classes? > Date: Fri, 16 Nov 2012 19:18:11 -0500 > > 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: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org >