17.6.1CastorMarshaller
As with JAXB, theCastorMarshaller
implements both theMarshaller
andUnmarshaller
interface. It can be wired up as follows:
<beans>
<bean id="castorMarshaller" class="org.springframework.oxm.castor.CastorMarshaller" />
...
</beans>