|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |