A C G I J M O S U

A

AnnotationXStreamMarshaller - Class in org.springframework.oxm.xstream
Subclass of the XStreamMarshaller that supports JDK 1.5+ annotation metadata for aliases.
AnnotationXStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.AnnotationXStreamMarshaller
 

C

createJaxbContext() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

G

GenericMarshaller - Interface in org.springframework.oxm
Extension of the Marshaller interface that supports Java 5 generics.
GenericUnmarshaller - Interface in org.springframework.oxm
Extension of the Unmarshaller interface that supports Java 5 generics.

I

initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

J

Jaxb2Marshaller - Class in org.springframework.oxm.jaxb
Implementation of the Marshaller interface for JAXB 2.0.
Jaxb2Marshaller() - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

M

marshal(Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshal(Object, Result, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

O

org.springframework.oxm - package org.springframework.oxm
 
org.springframework.oxm.jaxb - package org.springframework.oxm.jaxb
 
org.springframework.oxm.xstream - package org.springframework.oxm.xstream
 

S

setAdapters(XmlAdapter[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the XmlAdapters to be registered with the JAXB Marshaller and Unmarshaller
setAnnotatedClass(Class<?>) - Method in class org.springframework.oxm.xstream.AnnotationXStreamMarshaller
Sets the classes, for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedClasses(Class<?>[]) - Method in class org.springframework.oxm.xstream.AnnotationXStreamMarshaller
Sets annotated classes, for which aliases will be read from class-level JDK 1.5+ annotation metadata.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
setClassesToBeBound(Class[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the list of java classes to be recognized by a newly created JAXBContext.
setJaxbContextProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the JAXBContext properties.
setMarshallerListener(Marshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the Marshaller.Listener to be registered with the JAXB Marshaller.
setMtomEnabled(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Indicates whether MTOM support should be enabled or not.
setSchema(Resource) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the schema resource to use for validation.
setSchemaLanguage(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the schema language.
setSchemas(Resource[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the schema resources to use for validation.
setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Sets the Unmarshaller.Listener to be registered with the JAXB Unmarshaller.
supports(Type) - Method in interface org.springframework.oxm.GenericMarshaller
Indicates whether this marshaller can marshal instances of the supplied type.
supports(Type) - Method in interface org.springframework.oxm.GenericUnmarshaller
Indicates whether this unmarshaller can unmarshal instances of the supplied type.
supports(Type) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Class) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

U

unmarshal(Source) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 

A C G I J M O S U

Copyright © 2008. All Rights Reserved.