Class JibxMarshaller

All Implemented Interfaces:
InitializingBean, Marshaller, Unmarshaller

public class JibxMarshaller extends AbstractMarshaller implements InitializingBean
Implementation of the Marshaller and Unmarshaller interfaces for JiBX.

The typical usage will be to set the targetClass and optionally the bindingName property on this bean. NOTE: This is copied from Spring commit 3c8724ba3d0375e4a50354c15383972fee788e9c which is the one that removed this class from Spring.

Author:
Arjen Poutsma
See Also: