SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller

This commit is contained in:
Arjen Poutsma
2009-04-22 12:08:57 +00:00
parent de18d64b5c
commit c1667687d5
4 changed files with 77 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mapping>
<class name="org.springframework.oxm.castor.OrderItem">
<field name="Id" type="java.lang.String">
<bind-xml name="id" node="attribute" />
</field>
<field name="Quantity" type="java.lang.Integer">
<bind-xml name="quantity" node="attribute" />
</field>
</class>
</mapping>