Example usage for org.springframework.oxm.mime MimeUnmarshaller interface-usage

List of usage examples for org.springframework.oxm.mime MimeUnmarshaller interface-usage

Introduction

In this page you can find the example usage for org.springframework.oxm.mime MimeUnmarshaller interface-usage.

Usage

From source file org.springframework.oxm.jaxb.Jaxb2Marshaller.java

/**
 * Implementation of the {@code GenericMarshaller} interface for JAXB 2.2.
 *
 * <p>The typical usage will be to set either the "contextPath" or the "classesToBeBound"
 * property on this bean, possibly customize the marshaller and unmarshaller by setting
 * properties, schemas, adapters, and listeners, and to refer to it.