Hello,

i want to ignore collections during unmarshalling. is this posible without  
unmarshaller

basically i want to ignore reference data while unmarshalling.

my binding file is as follows.




<?xml version="1.0" encoding="UTF-8"?>
<binding>


 <mapping name="ALL_TABLE_DATA" class="domain.AllTableData"   ordered="false" >
<collection field="projectRow"   usage="optional" >
                <structure map-as="domain.Project"  />
</collection>
<collection field="workOrderRow"  usage="optional" >
                <structure map-as="domain.WorkOrder"  />
</collection>
<collection field="bjcWorkOrderRow"  usage="optional" >
                <structure map-as="domain.BjcWorkOrder"  />
</collection>
<collection field="bjcWellServiceRow"  usage="optional" >
                <structure map-as="domain.BjcWellService"  />
</collection>
<collection field="wellRow"  usage="optional" >
                <structure map-as="domain.Well"  />
</collection>

<collection field="RwellRow"  usage="optional" >  <!-- Want to ignore this while unmarshalling -->
                <structure map-as="domain.RWell"  />
</collection>

<collection field="RworkOrderRow"  usage="optional" >  <!-- Want to ignore this while unmarshalling -->
                <structure map-as="domain.RWorkOrder"  />
</collection>


</mapping>

.............
...........
..............




thanks
abdul


***************************************************************************
* This e-mail was scanned by a McAfee e500 appliance when sent
***************************************************************************

Reply via email to