spring-framework / org.springframework.oxm

Package org.springframework.oxm

Types

GenericUnmarshaller

interface GenericUnmarshaller : Unmarshaller

Subinterface of Unmarshaller that has support for Java 5 generics.

Exceptions

MarshallingException

abstract class MarshallingException : XmlMappingException

Base class for exception thrown when a marshalling or unmarshalling error occurs.

ValidationFailureException

open class ValidationFailureException : XmlMappingException

Exception thrown on marshalling validation failure.