Spring Web Services Framework

Package org.springframework.oxm

Root package for Spring's O/X Mapping integration classes.

See:
          Description

Interface Summary
GenericMarshaller Extension of the Marshaller interface that supports Java 5 generics.
GenericUnmarshaller Extension of the Unmarshaller interface that supports Java 5 generics.
Marshaller Defines the contract for Object XML Mapping Marshallers.
Unmarshaller Defines the contract for Object XML Mapping unmarshallers.
 

Class Summary
AbstractMarshaller Abstract implementation of the Marshaller and Unmarshaller interface.
 

Exception Summary
GenericMarshallingFailureException Base class for exception thrown when a marshalling or unmarshalling error occurs.
MarshallingFailureException Exception thrown on marshalling failure.
UncategorizedXmlMappingException Superclass for exceptions that cannot be distinguished further.
UnmarshallingFailureException Exception thrown on unmarshalling failure.
ValidationFailureException Exception thrown on marshalling validation failure.
XmlMappingException Root of the hierarchy of Object XML Mapping exceptions.
 

Package org.springframework.oxm Description

Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces, and XmlMappingExceptions related to O/X Mapping.


Spring Web Services Framework

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