| Interfaces | |
|---|---|
| Marshaller | Defines the contract for Object XML Mapping Marshallers. |
| Unmarshaller | Defines the contract for Object XML Mapping unmarshallers. |
| Classes | |
|---|---|
| AbstractMarshaller | Abstract implementation of the Marshaller and Unmarshaller interface. |
| Exceptions | |
|---|---|
| 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. |