A C D F G I J L M O R S T U V X

A

AbstractJaxbMarshaller - Class in org.springframework.oxm.jaxb
Abstract base class for implementations of the Marshaller and Unmarshaller interfaces that use JAXB.
AbstractJaxbMarshaller() - Constructor for class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
 
AbstractMarshaller - Class in org.springframework.oxm
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - Constructor for class org.springframework.oxm.AbstractMarshaller
 
addAlias(String, Class) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Adds an alias for the given type.
addAttachment(String, DataHandler) - Method in interface org.springframework.oxm.mime.MimeContainer
Adds the given data handler as an attachment to this container.
addImplicitCollection(String, Class) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Adds an implicit Collection for the given type.
addOmittedField(Class, String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Adds an omitted field for the given type.
afterPropertiesSet() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.support.MarshallingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 

C

CastorMarshaller - Class in org.springframework.oxm.castor
Implementation of the Marshaller interface for Castor.
CastorMarshaller() - Constructor for class org.springframework.oxm.castor.CastorMarshaller
 
CastorMarshallingFailureException - Exception in org.springframework.oxm.castor
Castor-specific subclass of MarshallingFailureException.
CastorMarshallingFailureException(MarshalException) - Constructor for exception org.springframework.oxm.castor.CastorMarshallingFailureException
 
CastorSystemException - Exception in org.springframework.oxm.castor
Castor-specific subclass of UncategorizedXmlMappingException, for Castor exceptions that cannot be distinguished further.
CastorSystemException(String, Throwable) - Constructor for exception org.springframework.oxm.castor.CastorSystemException
 
CastorUnmarshallingFailureException - Exception in org.springframework.oxm.castor
Castor-specific subclass of UnmarshallingFailureException.
CastorUnmarshallingFailureException(MarshalException) - Constructor for exception org.springframework.oxm.castor.CastorUnmarshallingFailureException
 
CastorUnmarshallingFailureException(SAXException) - Constructor for exception org.springframework.oxm.castor.CastorUnmarshallingFailureException
 
CastorUtils - Class in org.springframework.oxm.castor
Generic utility methods for working with Castor.
CastorUtils() - Constructor for class org.springframework.oxm.castor.CastorUtils
 
CastorValidationFailureException - Exception in org.springframework.oxm.castor
Castor-specific subclass of MarshallingFailureException.
CastorValidationFailureException(ValidationException) - Constructor for exception org.springframework.oxm.castor.CastorValidationFailureException
 
convertCastorException(XMLException, boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Converts the given CastorException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJaxbException(JAXBException) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Convert the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJaxbException(JAXBException) - Static method in class org.springframework.oxm.jaxb.JaxbUtils
Converts the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJibxException(JiBXException, boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJibxException(JiBXException, boolean) - Static method in class org.springframework.oxm.jibx.JibxUtils
Converts the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertToXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Turns this message into a XOP package.
convertXmlBeansException(Exception, boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Converts the given XMLBeans exception to an appropriate exception from the org.springframework.oxm hierarchy.
convertXmlBeansException(Exception, boolean) - Static method in class org.springframework.oxm.xmlbeans.XmlBeansUtils
Converts the given XMLBeans exception to an appropriate exception from the org.springframework.oxm hierarchy.
convertXmlException(XMLException, boolean) - Static method in class org.springframework.oxm.castor.CastorUtils
Converts the given XMLException to an appropriate exception from the org.springframework.oxm hierarchy.
convertXStreamException(Exception, boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
convertXStreamException(Exception, boolean) - Static method in class org.springframework.oxm.xstream.XStreamUtils
Converts the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.oxm.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createDocumentBuilderFactory() - Method in class org.springframework.oxm.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createJaxbContext() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Template method that returns a newly created JAXB context.
createJaxbContext() - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
createMarshaller() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Returns a newly created JAXB marshaller.
createMarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Creates a new IMarshallingContext, set with the correct indentation.
createUnmarshaller() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Returns a newly created JAXB unmarshaller.
createUnmarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Creates a new IUnmarshallingContext, set with the correct indentation.
createXMLContext(Resource[], Class) - Method in class org.springframework.oxm.castor.CastorMarshaller
Creates the Castor XMLContext.
createXmlReader() - Method in class org.springframework.oxm.AbstractMarshaller
Create a XMLReader that this marshaller will when passed an empty SAXSource.
customizeMarshaller(Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Marshaller.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Unmarshaller.

D

DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.oxm.support.MarshallingView
Default content type.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.castor.CastorMarshaller
The default encoding used for stream access.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.xstream.XStreamMarshaller
The default encoding used for stream access.

F

fromMessage(Message) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Unmarshals the given Message into an object.

G

GenericMarshallingFailureException - Exception in org.springframework.oxm
Base class for exception thrown when a marshalling or unmarshalling error occurs.
GenericMarshallingFailureException(String) - Constructor for exception org.springframework.oxm.GenericMarshallingFailureException
Constructor for GenericMarshallingFailureException.
GenericMarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.GenericMarshallingFailureException
Constructor for GenericMarshallingFailureException.
getAttachment(String) - Method in interface org.springframework.oxm.mime.MimeContainer
Returns the attachment with the given content id, or null if not found.
getContent() - Method in class org.springframework.oxm.support.MarshallingSource
Returns the object to be marshalled.
getContextPath() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Returns the JAXB Context path.
getEncoding() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Returns the encoding to be used for stream access.
getIgnoreExtraAttributes() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether the Castor Unmarshaller should ignore attributes that do not match a specific field.
getIgnoreExtraElements() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether the Castor Unmarshaller should ignore elements that do not match a specific field.
getJaxbContext() - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Returns the JAXBContext created in AbstractJaxbMarshaller.afterPropertiesSet().
getJaxbVersion() - Static method in class org.springframework.oxm.jaxb.JaxbUtils
Gets the major JAXB version.
getJaxbVersion(ClassLoader) - Static method in class org.springframework.oxm.jaxb.JaxbUtils
Gets the major JAXB version.
getMarshaller() - Method in class org.springframework.oxm.support.MarshallingSource
Returns the Marshaller used by this MarshallingSource.
getNamespaceMappings() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns the namespace mappings.
getObject() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
Returns the singleton XmlOptions.
getObjectType() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
Returns the class of XmlOptions.
getWhitespacePreserve() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether the Castor Unmarshaller should preserve "ignorable" whitespace.
getXmlOptions() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Returns the XmlOptions.
getXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Returns the XStream instance used by this marshaller.

I

init() - Method in class org.springframework.oxm.config.OxmNamespaceHandler
 
initApplicationContext() - Method in class org.springframework.oxm.support.MarshallingView
 
initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Template method that can overridden by concrete JAXB marshallers for custom initialization behavior.
initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
isSingleton() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
Returns true.
isSuppressNamespaces() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether this marshaller should output namespaces.
isSuppressXsiType() - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output the xsi:type attribute.
isValidating() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether this marshaller should validate in- and outgoing documents.
isValidating() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Returns whether this marshaller should validate in- and outgoing documents.
isXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Indicates whether this container is a XOP package.

J

Jaxb1Marshaller - Class in org.springframework.oxm.jaxb
Implementation of the Marshaller interface for JAXB 1.0.
Jaxb1Marshaller() - Constructor for class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
JAXB_1 - Static variable in class org.springframework.oxm.jaxb.JaxbUtils
 
JAXB_2 - Static variable in class org.springframework.oxm.jaxb.JaxbUtils
 
JaxbMarshallingFailureException - Exception in org.springframework.oxm.jaxb
JAXB-specific subclass of MarshallingFailureException.
JaxbMarshallingFailureException(MarshalException) - Constructor for exception org.springframework.oxm.jaxb.JaxbMarshallingFailureException
 
JaxbSystemException - Exception in org.springframework.oxm.jaxb
JAXB-specific subclass of UncategorizedXmlMappingException, for JAXBExceptions that cannot be distinguished further.
JaxbSystemException(JAXBException) - Constructor for exception org.springframework.oxm.jaxb.JaxbSystemException
 
JaxbUnmarshallingFailureException - Exception in org.springframework.oxm.jaxb
JAXB-specific subclass of UnmarshallingFailureException.
JaxbUnmarshallingFailureException(UnmarshalException) - Constructor for exception org.springframework.oxm.jaxb.JaxbUnmarshallingFailureException
 
JaxbUnmarshallingFailureException(IOException) - Constructor for exception org.springframework.oxm.jaxb.JaxbUnmarshallingFailureException
 
JaxbUtils - Class in org.springframework.oxm.jaxb
Generic utility methods for working with JAXB.
JaxbUtils() - Constructor for class org.springframework.oxm.jaxb.JaxbUtils
 
JaxbValidationFailureException - Exception in org.springframework.oxm.jaxb
JAXB-specific subclass of ValidationFailureException.
JaxbValidationFailureException(ValidationException) - Constructor for exception org.springframework.oxm.jaxb.JaxbValidationFailureException
 
JibxMarshaller - Class in org.springframework.oxm.jibx
Implementation of the Marshaller and Unmarshaller interfaces for JiBX.
JibxMarshaller() - Constructor for class org.springframework.oxm.jibx.JibxMarshaller
 
JibxMarshallingFailureException - Exception in org.springframework.oxm.jibx
JiXB-specific subclass of MarshallingFailureException.
JibxMarshallingFailureException(JiBXException) - Constructor for exception org.springframework.oxm.jibx.JibxMarshallingFailureException
 
JibxSystemException - Exception in org.springframework.oxm.jibx
JiBX-specific subclass of UncategorizedXmlMappingException, for JiBXBExceptions that cannot be distinguished further.
JibxSystemException(Exception) - Constructor for exception org.springframework.oxm.jibx.JibxSystemException
 
JibxUnmarshallingFailureException - Exception in org.springframework.oxm.jibx
JiXB-specific subclass of UnmarshallingFailureException.
JibxUnmarshallingFailureException(JiBXException) - Constructor for exception org.springframework.oxm.jibx.JibxUnmarshallingFailureException
 
JibxUtils - Class in org.springframework.oxm.jibx
Generic utility methods for working with JiBX.
JibxUtils() - Constructor for class org.springframework.oxm.jibx.JibxUtils
 
JibxValidationFailureException - Exception in org.springframework.oxm.jibx
JAXB-specific subclass of ValidationFailureException.
JibxValidationFailureException(ValidationException) - Constructor for exception org.springframework.oxm.jibx.JibxValidationFailureException
 

L

locateToBeMarshalled(Map) - Method in class org.springframework.oxm.support.MarshallingView
Locates the object to be marshalled.
logger - Variable in class org.springframework.oxm.AbstractMarshaller
Logger available to subclasses.
logger - Variable in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Logger available to subclasses.

M

marshal(Object, Result) - Method in class org.springframework.oxm.AbstractMarshaller
Marshals the object graph with the given root into the provided javax.xml.transform.Result.
marshal(Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
marshal(Object, Result) - Method in interface org.springframework.oxm.Marshaller
Marshals the object graph with the given root into the provided Result.
marshal(Object, Result, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeMarshaller
Marshals the object graph with the given root into the provided Result, writing binary data to a MimeContainer.
MARSHAL_TO_BYTES_MESSAGE - Static variable in class org.springframework.oxm.support.MarshallingMessageConverter
Constant that indicates that MarshallingMessageConverter.toMessage(Object, Session) should marshal to a BytesMessage.
MARSHAL_TO_TEXT_MESSAGE - Static variable in class org.springframework.oxm.support.MarshallingMessageConverter
Constant that indicates that MarshallingMessageConverter.toMessage(Object, Session) should marshal to a TextMessage.
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object graph to a DOM Node.
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalDomResult(Object, DOMResult) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling DOMResults.
Marshaller - Interface in org.springframework.oxm
Defines the contract for Object XML Mapping Marshallers.
MarshallingFailureException - Exception in org.springframework.oxm
Exception thrown on marshalling failure.
MarshallingFailureException(String) - Constructor for exception org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
MarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
MarshallingMessageConverter - Class in org.springframework.oxm.support
Spring JMS MessageConverter that uses a Marshaller and Unmarshaller.
MarshallingMessageConverter() - Constructor for class org.springframework.oxm.support.MarshallingMessageConverter
Constructs a new MarshallingMessageConverter with no Marshaller set.
MarshallingMessageConverter(Marshaller) - Constructor for class org.springframework.oxm.support.MarshallingMessageConverter
Constructs a new MarshallingMessageConverter with the given Marshaller set.
MarshallingMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.oxm.support.MarshallingMessageConverter
Creates a new MarshallingMessageConverter with the given marshaller and unmarshaller.
MarshallingSource - Class in org.springframework.oxm.support
Source implementation that uses a Marshaller.Can be constructed with a Marshaller and an object to be marshalled.
MarshallingSource(Marshaller, Object) - Constructor for class org.springframework.oxm.support.MarshallingSource
Creates a new MarshallingSource with the given marshaller and content.
MarshallingView - Class in org.springframework.oxm.support
Spring-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.
MarshallingView() - Constructor for class org.springframework.oxm.support.MarshallingView
Constructs a new MarshallingView with no Marshaller set.
MarshallingView(Marshaller) - Constructor for class org.springframework.oxm.support.MarshallingView
Constructs a new MarshallingView with the given Marshaller set.
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object graph to a OutputStream.
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object graph to a SAX ContentHandler.
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxResult(Object, SAXResult) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling SAXResults.
marshalStaxResult(Object, Result) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling StaxResults.
marshalStreamResult(Object, StreamResult) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling StreamResults.
marshalToBytesMessage(Object, Session, Marshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Marshals the given object to a BytesMessage.
marshalToMessage(Object, Session, Marshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Template method that allows for custom message marshalling.
marshalToTextMessage(Object, Session, Marshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Marshals the given object to a TextMessage.
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object graph to a Writer.
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLEventWriter.
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLStreamWriter.
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
MimeContainer - Interface in org.springframework.oxm.mime
Represents a container for MIME attachments.
MimeMarshaller - Interface in org.springframework.oxm.mime
Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
MimeUnmarshaller - Interface in org.springframework.oxm.mime
Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data.

O

org.springframework.oxm - package org.springframework.oxm
Root package for Spring's O/X Mapping integration classes.
org.springframework.oxm.castor - package org.springframework.oxm.castor
Package providing integration of Castor within Springs O/X Mapping support.
org.springframework.oxm.config - package org.springframework.oxm.config
Provides an namespace handler for the Spring Object/XML namespace.
org.springframework.oxm.jaxb - package org.springframework.oxm.jaxb
Package providing integration of JAXB with Springs O/X Mapping support.
org.springframework.oxm.jibx - package org.springframework.oxm.jibx
Package providing integration of JiBX with Springs O/X Mapping support.
org.springframework.oxm.mime - package org.springframework.oxm.mime
Contains (un)marshallers optimized to store binary data in MIME attachments.
org.springframework.oxm.support - package 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 org.springframework.oxm.xmlbeans
Package providing integration of XMLBeans with Springs O/X Mapping support.
org.springframework.oxm.xstream - package org.springframework.oxm.xstream
Package providing integration of XStream with Springs O/X Mapping support.
OxmNamespaceHandler - Class in org.springframework.oxm.config
NamespaceHandler for the 'oxm' namespace.
OxmNamespaceHandler() - Constructor for class org.springframework.oxm.config.OxmNamespaceHandler
 

R

renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.oxm.support.MarshallingView
 

S

setAliases(Map) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set a alias/type map, consisting of string aliases mapped to Class instances (or Strings to be converted to Class instances).
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
setBindingName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the optional binding name for this instance.
setContextPath(String) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Sets the JAXB Context path.
setContextPaths(String[]) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Sets multiple JAXB Context paths.
setConverters(ConverterMatcher[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the Converters or SingleValueConverters to be registered with the XStream instance.
setEncoding(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the encoding to be used for stream access.
setEncoding(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the document encoding using for marshalling.
setEncoding(String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the encoding to be used for stream access.
setIgnoreExtraAttributes(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether the Castor Unmarshaller should ignore attributes that do not match a specific field.
setIgnoreExtraElements(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether the Castor Unmarshaller should ignore elements that do not match a specific field.
setImplicitCollection(Map) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set a implicit colletion/type map, consisting of string implicit collection mapped to Class instances (or Strings to be converted to Class instances).
setIndent(int) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the number of nesting indent spaces.
setMappingLocation(Resource) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the locations of the Castor XML Mapping files.
setMappingLocations(Resource[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the locations of the Castor XML Mapping files.
setMarshaller(Marshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Sets the Marshaller to be used by this message converter.
setMarshaller(Marshaller) - Method in class org.springframework.oxm.support.MarshallingView
Sets the Marshaller to be used by this view.
setMarshallerProperties(Map) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Sets the JAXB Marshaller properties.
setMarshalTo(int) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Indicates whether MarshallingMessageConverter.toMessage(Object,Session) should marshal to a BytesMessage or a TextMessage.
setMode(int) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the XStream mode.
setModelKey(String) - Method in class org.springframework.oxm.support.MarshallingView
Set the name of the model key that represents the object to be marshalled.
setNamespaceMappings(Properties) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the namespace mappings.
setOmittedFields(Map) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets a ommited field map, consisting of Class instances (or Strings to be converted to Class instances) mapped to comma separated field names.
setOptions(Map) - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
Sets options on the underlying XmlOptions object.
setStandalone(Boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the document standalone flag for marshalling.
setStreamDriver(HierarchicalStreamDriver) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the XStream hierarchical stream driver to be used with stream readers and writers
setSupportedClasses(Class[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the classes supported by this marshaller.
setSuppressNamespaces(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output namespaces.
setSuppressXsiType(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output the xsi:type attribute.
setTargetClass(Class) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the Castor target class.
setTargetClass(Class) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the target class for this instance.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Sets the Unmarshaller to be used by this message converter.
setUnmarshallerProperties(Map) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Sets the JAXB Unmarshaller properties.
setUseAttributeFor(Map) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the types to use XML attributes for.
setUseAttributeForTypes(Class[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets types to use XML attributes for.
setValidating(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should validate in- and outgoing documents.
setValidating(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
Set if the JAXB Unmarshaller should validate the incoming document.
setValidating(boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Sets whether this marshaller should validate in- and outgoing documents.
setValidationEventHandler(ValidationEventHandler) - Method in class org.springframework.oxm.jaxb.AbstractJaxbMarshaller
Sets the JAXB validation event handler.
setWhitespacePreserve(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether the Castor Unmarshaller should preserve "ignorable" whitespace.
setXmlOptions(XmlOptions) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Sets the XmlOptions.
supports(Class) - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns true for all classes, i.e.
supports(Class) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
supports(Class) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
supports(Class) - Method in interface org.springframework.oxm.Marshaller
Indicates whether this marshaller can marshal instances of the supplied type.
supports(Class) - Method in interface org.springframework.oxm.Unmarshaller
Indicates whether this unmarshaller can unmarshal instances of the supplied type.
supports(Class) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Returns true if the given class is an implementation of XmlObject.
supports(Class) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 

T

toMessage(Object, Session) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Marshals the given object to a TextMessage or BytesMessage.

U

UncategorizedXmlMappingException - Exception in org.springframework.oxm
Superclass for exceptions that cannot be distinguished further.
UncategorizedXmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.UncategorizedXmlMappingException
Constructor for UncategorizedXmlMappingException.
unmarshal(Source) - Method in class org.springframework.oxm.AbstractMarshaller
Unmarshals the given provided javax.xml.transform.Source into an object graph.
unmarshal(Source) - Method in class org.springframework.oxm.jaxb.Jaxb1Marshaller
 
unmarshal(Source, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeUnmarshaller
Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer.
unmarshal(Source) - Method in interface org.springframework.oxm.Unmarshaller
Unmarshals the given Source into an object graph.
unmarshalDomNode(Node) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling from a given DOM Node.
unmarshalDomNode(Node) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalDomSource(DOMSource) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling DOMSources.
unmarshalFromBytesMessage(BytesMessage, Unmarshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Unmarshals the given BytesMessage into an object.
unmarshalFromMessage(Message, Unmarshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Template method that allows for custom message unmarshalling.
unmarshalFromTextMessage(TextMessage, Unmarshaller) - Method in class org.springframework.oxm.support.MarshallingMessageConverter
Unmarshals the given TextMessage into an object.
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling from a given InputStream.
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
Unmarshaller - Interface in org.springframework.oxm
Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException - Exception in org.springframework.oxm
Exception thrown on unmarshalling failure.
UnmarshallingFailureException(String) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
Constructor for UnmarshallingFailureException.
UnmarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
Constructor for UnmarshallingFailureException.
unmarshalReader(Reader) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling from a given Reader.
unmarshalReader(Reader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling using a given SAX XMLReader and InputSource.
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxSource(SAXSource) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling SAXSources.
unmarshalStaxSource(Source) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling StaxSources.
unmarshalStreamSource(StreamSource) - Method in class org.springframework.oxm.AbstractMarshaller
Template method for handling StreamSources.
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLEventReader.
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLStreamReader.
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 

V

validate(XmlObject) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Validates the given XmlObject.
ValidationFailureException - Exception in org.springframework.oxm
Exception thrown on marshalling validation failure.
ValidationFailureException(String) - Constructor for exception org.springframework.oxm.ValidationFailureException
Constructor for ValidationFailureException.
ValidationFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.ValidationFailureException
Constructor for ValidationFailureException.

X

XmlBeansMarshaller - Class in org.springframework.oxm.xmlbeans
Implementation of the Marshaller interface for XMLBeans.
XmlBeansMarshaller() - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
XmlBeansMarshallingFailureException - Exception in org.springframework.oxm.xmlbeans
XMLBeans-specific subclass of MarshallingFailureException.
XmlBeansMarshallingFailureException(XmlException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansMarshallingFailureException
 
XmlBeansMarshallingFailureException(SAXException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansMarshallingFailureException
 
XmlBeansSystemException - Exception in org.springframework.oxm.xmlbeans
XMLBeans-specific subclass of UncategorizedXmlMappingException, for XMLBeans exceptions that cannot be distinguished further.
XmlBeansSystemException(Exception) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansSystemException
 
XmlBeansUnmarshallingFailureException - Exception in org.springframework.oxm.xmlbeans
XMLBeans-specific subclass of UnmarshallingFailureException.
XmlBeansUnmarshallingFailureException(XmlException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansUnmarshallingFailureException
 
XmlBeansUnmarshallingFailureException(SAXException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansUnmarshallingFailureException
 
XmlBeansUtils - Class in org.springframework.oxm.xmlbeans
Generic utility methods for working with XMLBeans.
XmlBeansUtils() - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansUtils
 
XmlBeansValidationFailureException - Exception in org.springframework.oxm.xmlbeans
XMLBeans-specific subclass of ValidationFailureException.
XmlBeansValidationFailureException(XMLStreamValidationException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansValidationFailureException
 
XmlBeansValidationFailureException(XmlException) - Constructor for exception org.springframework.oxm.xmlbeans.XmlBeansValidationFailureException
 
XmlMappingException - Exception in org.springframework.oxm
Root of the hierarchy of Object XML Mapping exceptions.
XmlMappingException(String) - Constructor for exception org.springframework.oxm.XmlMappingException
Constructor for XmlMappingException.
XmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.XmlMappingException
Constructor for XmlMappingException.
XmlOptionsFactoryBean - Class in org.springframework.oxm.xmlbeans
Factory bean that configures an XMLBeans XmlOptions object and provides it as a bean reference.
XmlOptionsFactoryBean() - Constructor for class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
XStreamMarshaller - Class in org.springframework.oxm.xstream
Implementation of the Marshaller interface for XStream.
XStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.XStreamMarshaller
 
XStreamMarshallingFailureException - Exception in org.springframework.oxm.xstream
XStream-specific subclass of MarshallingFailureException.
XStreamMarshallingFailureException(String) - Constructor for exception org.springframework.oxm.xstream.XStreamMarshallingFailureException
 
XStreamMarshallingFailureException(StreamException) - Constructor for exception org.springframework.oxm.xstream.XStreamMarshallingFailureException
 
XStreamMarshallingFailureException(CannotResolveClassException) - Constructor for exception org.springframework.oxm.xstream.XStreamMarshallingFailureException
 
XStreamMarshallingFailureException(ConversionException) - Constructor for exception org.springframework.oxm.xstream.XStreamMarshallingFailureException
 
XStreamSystemException - Exception in org.springframework.oxm.xstream
XStream-specific subclass of UncategorizedXmlMappingException, for XStream exceptions that cannot be distinguished further.
XStreamSystemException(String, Throwable) - Constructor for exception org.springframework.oxm.xstream.XStreamSystemException
 
XStreamUnmarshallingFailureException - Exception in org.springframework.oxm.xstream
XStream-specific subclass of UnmarshallingFailureException.
XStreamUnmarshallingFailureException(StreamException) - Constructor for exception org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
 
XStreamUnmarshallingFailureException(CannotResolveClassException) - Constructor for exception org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
 
XStreamUnmarshallingFailureException(ConversionException) - Constructor for exception org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
 
XStreamUnmarshallingFailureException(String) - Constructor for exception org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
 
XStreamUnmarshallingFailureException(String, XMLStreamException) - Constructor for exception org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
 
XStreamUtils - Class in org.springframework.oxm.xstream
Generic utility methods for working with XStream.
XStreamUtils() - Constructor for class org.springframework.oxm.xstream.XStreamUtils
 

A C D F G I J L M O R S T U V X

Copyright © 2010. All Rights Reserved.