Uses of Interface
org.springframework.oxm.Unmarshaller

Packages that use Unmarshaller
org.springframework.oxm Root package for Spring's O/X Mapping integration classes. 
org.springframework.oxm.castor Package providing integration of Castor within Springs O/X Mapping support. 
org.springframework.oxm.jaxb Package providing integration of JAXB with Springs O/X Mapping support. 
org.springframework.oxm.jibx Package providing integration of JiBX with Springs O/X Mapping support. 
org.springframework.oxm.mime Contains (un)marshallers optimized to store binary data in MIME attachments. 
org.springframework.oxm.xmlbeans Package providing integration of XMLBeans with Springs O/X Mapping support. 
org.springframework.oxm.xstream Package providing integration of XStream with Springs O/X Mapping support. 
 

Uses of Unmarshaller in org.springframework.oxm
 

Classes in org.springframework.oxm that implement Unmarshaller
 class AbstractMarshaller
          Abstract implementation of the Marshaller and Unmarshaller interface.
 

Uses of Unmarshaller in org.springframework.oxm.castor
 

Classes in org.springframework.oxm.castor that implement Unmarshaller
 class CastorMarshaller
          Implementation of the Marshaller interface for Castor.
 

Uses of Unmarshaller in org.springframework.oxm.jaxb
 

Classes in org.springframework.oxm.jaxb that implement Unmarshaller
 class AbstractJaxbMarshaller
          Abstract base class for implementations of the Marshaller and Unmarshaller interfaces that use JAXB.
 class Jaxb1Marshaller
          Implementation of the Marshaller interface for JAXB 1.0.
 

Uses of Unmarshaller in org.springframework.oxm.jibx
 

Classes in org.springframework.oxm.jibx that implement Unmarshaller
 class JibxMarshaller
          Implementation of the Marshaller and Unmarshaller interfaces for JiBX.
 

Uses of Unmarshaller in org.springframework.oxm.mime
 

Subinterfaces of Unmarshaller in org.springframework.oxm.mime
 interface MimeUnmarshaller
          Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
 

Uses of Unmarshaller in org.springframework.oxm.xmlbeans
 

Classes in org.springframework.oxm.xmlbeans that implement Unmarshaller
 class XmlBeansMarshaller
          Implementation of the Marshaller interface for XMLBeans.
 

Uses of Unmarshaller in org.springframework.oxm.xstream
 

Classes in org.springframework.oxm.xstream that implement Unmarshaller
 class XStreamMarshaller
          Implementation of the Marshaller interface for XStream.
 



Copyright © 2005-2007 The Spring Web Services Framework. All Rights Reserved.