Uses of Class
org.eclipse.persistence.oxm.XMLMarshaller
Package
Description
-
Uses of XMLMarshaller in org.eclipse.persistence.internal.jaxb
Modifier and TypeMethodDescriptionDefaultElementConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) DomHandlerConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) JAXBElementConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) JAXBElementRootConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) XMLJavaTypeConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) Wraps the XmlAdapter marshal method. -
Uses of XMLMarshaller in org.eclipse.persistence.jaxb
ModifierConstructorDescriptionJAXBBinder
(JAXBContext xmlContext, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) JAXBMarshaller
(XMLMarshaller newXMLMarshaller, JAXBContext jaxbContext) This constructor initializes various settings on the XML marshaller. -
Uses of XMLMarshaller in org.eclipse.persistence.oxm
Modifier and TypeMethodDescriptionXMLMarshaller.clone()
XMLContext.createMarshaller()
Create a new XMLMarshallerXMLBinder.getMarshaller()
Modifier and TypeMethodDescriptionXMLContext.createBinder
(XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) Create a new XMLBinder with supplied marshaller and unmarshaller instances.void
XMLBinder.setMarshaller
(XMLMarshaller marshaller) ModifierConstructorDescriptionXMLBinder
(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) protected
XMLMarshaller
(XMLMarshaller xmlMarshaller) Copy constructor -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.mappings
Modifier and TypeMethodDescriptionXMLAnyCollectionMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLAnyObjectMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLChoiceCollectionMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLChoiceObjectMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeCollectionMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeDirectCollectionMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLCompositeObjectMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNALXMLDirectMapping.convertObjectValueToDataValue
(Object value, Session session, XMLMarshaller marshaller) INTERNAL -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.mappings.converters
Modifier and TypeMethodDescriptionXMLConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) XMLRootConverter.convertObjectValueToDataValue
(Object objectValue, Session session, XMLMarshaller marshaller) -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.record
Modifier and TypeMethodDescriptionvoid
XMLRecord.setMarshaller
(XMLMarshaller marshaller) INTERNAL: -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionvoid
SDOXMLHelper.setXmlMarshaller
(XMLMarshaller xmlMarshaller) INTERNAL:ModifierConstructorDescriptionSDOMarshalListener
(XMLMarshaller aMarshaller, SDOTypeHelper aTypeHelper) -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionSDOXMLHelperDelegate.getXmlMarshaller()
SDOXMLHelperDelegator.getXmlMarshaller()
Modifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.setXmlMarshaller
(XMLMarshaller xmlMarshaller) void
SDOXMLHelperDelegator.setXmlMarshaller
(XMLMarshaller xmlMarshaller) -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper.metadata
Modifier and TypeMethodDescriptionTypeStringConverter.convertObjectValueToDataValue
(Object object, Session session, XMLMarshaller marshaller)