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.support Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. 
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.support
 

Methods in org.springframework.oxm.support with parameters of type Unmarshaller
 void MarshallingMessageConverter.setUnmarshaller(Unmarshaller unmarshaller)
          Sets the Unmarshaller to be used by this message converter.
protected  java.lang.Object MarshallingMessageConverter.unmarshalFromBytesMessage(javax.jms.BytesMessage message, Unmarshaller unmarshaller)
          Unmarshals the given BytesMessage into an object.
protected  java.lang.Object MarshallingMessageConverter.unmarshalFromMessage(javax.jms.Message message, Unmarshaller unmarshaller)
          Template method that allows for custom message unmarshalling.
protected  java.lang.Object MarshallingMessageConverter.unmarshalFromTextMessage(javax.jms.TextMessage message, Unmarshaller unmarshaller)
          Unmarshals the given TextMessage into an object.
 

Constructors in org.springframework.oxm.support with parameters of type Unmarshaller
MarshallingMessageConverter(Marshaller marshaller, Unmarshaller unmarshaller)
          Creates a new MarshallingMessageConverter with the given marshaller and unmarshaller.
 

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 © 2009. All Rights Reserved.