Spring Web Services Framework

Uses of Package
org.springframework.oxm

Packages that use org.springframework.oxm
org.springframework.oxm Root package for Spring's O/X Mapping integration classes. 
org.springframework.oxm.castor Package providing integration of Castor within Springs O/X Mapping support. 
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. 
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
org.springframework.ws.client.core.support Convenient super class for application classes that need Web service access. 
org.springframework.ws.server.endpoint Provides standard endpoint, and EndpointAdapter implementations. 
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
org.springframework.ws.support Provides general helper classes for Spring Web Services. 
 

Classes in org.springframework.oxm used by org.springframework.oxm
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.castor
AbstractMarshaller
          Abstract implementation of the Marshaller and Unmarshaller interface.
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException
          Exception thrown on marshalling failure.
UncategorizedXmlMappingException
          Superclass for exceptions that cannot be distinguished further.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException
          Exception thrown on unmarshalling failure.
ValidationFailureException
          Exception thrown on marshalling validation failure.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.jaxb
GenericMarshaller
          Extension of the Marshaller interface that supports Java 5 generics.
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
GenericUnmarshaller
          Extension of the Unmarshaller interface that supports Java 5 generics.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException
          Exception thrown on marshalling failure.
UncategorizedXmlMappingException
          Superclass for exceptions that cannot be distinguished further.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException
          Exception thrown on unmarshalling failure.
ValidationFailureException
          Exception thrown on marshalling validation failure.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.jibx
AbstractMarshaller
          Abstract implementation of the Marshaller and Unmarshaller interface.
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException
          Exception thrown on marshalling failure.
UncategorizedXmlMappingException
          Superclass for exceptions that cannot be distinguished further.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException
          Exception thrown on unmarshalling failure.
ValidationFailureException
          Exception thrown on marshalling validation failure.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.mime
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.support
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
 

Classes in org.springframework.oxm used by org.springframework.oxm.xmlbeans
AbstractMarshaller
          Abstract implementation of the Marshaller and Unmarshaller interface.
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException
          Exception thrown on marshalling failure.
UncategorizedXmlMappingException
          Superclass for exceptions that cannot be distinguished further.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException
          Exception thrown on unmarshalling failure.
ValidationFailureException
          Exception thrown on marshalling validation failure.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.oxm.xstream
AbstractMarshaller
          Abstract implementation of the Marshaller and Unmarshaller interface.
GenericMarshallingFailureException
          Base class for exception thrown when a marshalling or unmarshalling error occurs.
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException
          Exception thrown on marshalling failure.
UncategorizedXmlMappingException
          Superclass for exceptions that cannot be distinguished further.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException
          Exception thrown on unmarshalling failure.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.ws.client.core
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
XmlMappingException
          Root of the hierarchy of Object XML Mapping exceptions.
 

Classes in org.springframework.oxm used by org.springframework.ws.client.core.support
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
 

Classes in org.springframework.oxm used by org.springframework.ws.server.endpoint
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
 

Classes in org.springframework.oxm used by org.springframework.ws.server.endpoint.adapter
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
 

Classes in org.springframework.oxm used by org.springframework.ws.support
Marshaller
          Defines the contract for Object XML Mapping Marshallers.
Unmarshaller
          Defines the contract for Object XML Mapping unmarshallers.
 


Spring Web Services Framework

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