org.springframework.oxm.castor | Package providing integration of Castor within Springs O/X Mapping support. |
org.springframework.oxm.config | Provides an namespace handler for the Spring Object/XML namespace. |
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. |
GenericMarshaller | Extension of the Marshaller interface that supports Java 5 generics. | code | html |
GenericUnmarshaller | Extension of the Unmarshaller interface that supports Java 5 generics. | code | html |
Marshaller | Defines the contract for Object XML Mapping Marshallers. | code | html |
Unmarshaller | Defines the contract for Object XML Mapping unmarshallers. | code | html |
AbstractMarshaller | Abstract implementation of the Marshaller and Unmarshaller interface. |
code | html |
GenericMarshallingFailureException | Base class for exception thrown when a marshalling or unmarshalling error occurs. | code | html |
MarshallingException | Base class for exception thrown when a marshalling or unmarshalling error occurs. | code | html |
UncategorizedXmlMappingException | Superclass for exceptions that cannot be distinguished further. | code | html |
XmlMappingException | Root of the hierarchy of Object XML Mapping exceptions. | code | html |
MarshallingFailureException | Exception thrown on marshalling failure. | code | html |
UncategorizedMappingException | Exception that indicates that the cause cannot be distinguished further. | code | html |
UnmarshallingFailureException | Exception thrown on unmarshalling failure. | code | html |
ValidationFailureException | Exception thrown on marshalling validation failure. | code | html |