Hi,

I want to know can I somehow access to binding information at runtime?
For example, I have binding

  <mapping name="customer" class="Customer">
   <value name="street" field="street" usage="optional"/>
    <value name="city" field="city"/>
    <value name="state" field="state"/>
    <value name="zip" field="zip"/>
 </mapping>

Can I at runtime get info that xml element city is connected to property city 
of Customer class?
In other words I want to parse xml like:
<test>
        <property>city</property>
</test>
and find corresponding class field using jibx metadata.

Thank you.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to