<br>ping<br><br><br>
Is there anybody on the JDOM dev team who can commit this enhancement to the source tree?<br>
<br>Sean<br><br><br><div class="gmail_quote">On Wed, Nov 26, 2008 at 2:55 PM, Sean Sullivan <span dir="ltr">&lt;<a href="mailto:sean@seansullivan.com">sean@seansullivan.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the feedback. &nbsp;Your suggestion sounds good to me.<br>
<br>
Is there anybody on the JDOM dev team who can commit this enhancement<br>
to the source tree?<br>
<br>
This enhancement would allow Android developers to consume<br>
XML web services using JDOM.<br>
<font color="#888888"><br>
Sean<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, Nov 26, 2008 at 1:27 PM, Laurent Bihanic<br>
&lt;<a href="mailto:laurent.bihanic@atosorigin.com">laurent.bihanic@atosorigin.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Is there a better way to code this? &nbsp;Any other comments?<br>
&gt;<br>
&gt; Seems OK but you may wish to stick to the existing way of handling possibly not available exception classes in JDOMException by :<br>
&gt; - adding a new getNestedException() method e.g. getNestedExceptionFromField(Throwable, String, String)<br>
&gt; - using Class.forName() and isAssignableFrom as in :<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Class testClass = Class.forName(className);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Class objectClass = parent.getClass();<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (testClass.isAssignableFrom(objectClass)) {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...<br>
&gt;<br>
</div></div></blockquote></div><br>