Class AbstractMarshaller

java.lang.Object
org.springframework.oxm.support.AbstractMarshaller
All Implemented Interfaces:
Marshaller, Unmarshaller
Direct Known Subclasses:
XStreamMarshaller

public abstract class AbstractMarshaller extends Object implements Marshaller, Unmarshaller
Abstract implementation of the Marshaller and Unmarshaller interface. This implementation inspects the given Source or Result, and delegates further handling to overridable template methods.
Since:
3.0
Author:
Arjen Poutsma, Juergen Hoeller