Uses of Class
org.eclipse.persistence.oxm.XMLMarshaller
-
Packages that use XMLMarshaller Package Description org.eclipse.persistence.oxm org.eclipse.persistence.oxm.mappings org.eclipse.persistence.oxm.mappings.converters org.eclipse.persistence.oxm.record -
-
Uses of XMLMarshaller in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLMarshaller Modifier and Type Method Description XMLMarshallerXMLMarshaller. clone()XMLMarshallerXMLContext. createMarshaller()Create a new XMLMarshallerXMLMarshallerXMLBinder. getMarshaller()Methods in org.eclipse.persistence.oxm with parameters of type XMLMarshaller Modifier and Type Method Description XMLBinderXMLContext. createBinder(XMLMarshaller marshaller, XMLUnmarshaller unmarshaller)Create a new XMLBinder with supplied marshaller and unmarshaller instances.voidXMLBinder. setMarshaller(XMLMarshaller marshaller)Constructors in org.eclipse.persistence.oxm with parameters of type XMLMarshaller Constructor Description XMLBinder(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller)XMLMarshaller(XMLMarshaller xmlMarshaller)Copy constructor -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLMarshaller Modifier and Type Method Description ObjectXMLAnyCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLAnyObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLChoiceCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLChoiceObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeDirectCollectionMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLCompositeObjectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNALObjectXMLDirectMapping. convertObjectValueToDataValue(Object value, Session session, XMLMarshaller marshaller)INTERNAL -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.mappings.converters
Methods in org.eclipse.persistence.oxm.mappings.converters with parameters of type XMLMarshaller Modifier and Type Method Description ObjectXMLConverter. convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller)ObjectXMLRootConverter. convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller) -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLMarshaller Modifier and Type Method Description XMLMarshallerXMLRecord. getMarshaller()INTERNAL:Methods in org.eclipse.persistence.oxm.record with parameters of type XMLMarshaller Modifier and Type Method Description voidXMLRecord. setMarshaller(XMLMarshaller marshaller)INTERNAL:
-