Uses of Class
org.eclipse.persistence.oxm.XMLMarshaller
Packages that use XMLMarshaller
Package
Description
-
Uses of XMLMarshaller in org.eclipse.persistence.internal.jaxb
Methods in org.eclipse.persistence.internal.jaxb with parameters of type XMLMarshallerModifier 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
Methods in org.eclipse.persistence.jaxb that return XMLMarshallerConstructors in org.eclipse.persistence.jaxb with parameters of type XMLMarshallerModifierConstructorDescriptionJAXBBinder
(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
Methods in org.eclipse.persistence.oxm that return XMLMarshallerModifier and TypeMethodDescriptionXMLMarshaller.clone()
XMLContext.createMarshaller()
Create a new XMLMarshallerXMLBinder.getMarshaller()
Methods in org.eclipse.persistence.oxm with parameters of type XMLMarshallerModifier and TypeMethodDescriptionXMLContext.createBinder
(XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) Create a new XMLBinder with supplied marshaller and unmarshaller instances.void
XMLBinder.setMarshaller
(XMLMarshaller marshaller) Constructors in org.eclipse.persistence.oxm with parameters of type XMLMarshallerModifierConstructorDescriptionXMLBinder
(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) protected
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 XMLMarshallerModifier 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
Methods in org.eclipse.persistence.oxm.mappings.converters with parameters of type XMLMarshallerModifier 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
Methods in org.eclipse.persistence.oxm.record that return XMLMarshallerMethods in org.eclipse.persistence.oxm.record with parameters of type XMLMarshallerModifier and TypeMethodDescriptionvoid
XMLRecord.setMarshaller
(XMLMarshaller marshaller) INTERNAL: -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return XMLMarshallerMethods in org.eclipse.persistence.sdo.helper with parameters of type XMLMarshallerModifier and TypeMethodDescriptionvoid
SDOXMLHelper.setXmlMarshaller
(XMLMarshaller xmlMarshaller) INTERNAL:Constructors in org.eclipse.persistence.sdo.helper with parameters of type XMLMarshallerModifierConstructorDescriptionSDOMarshalListener
(XMLMarshaller aMarshaller, SDOTypeHelper aTypeHelper) -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return XMLMarshallerModifier and TypeMethodDescriptionSDOXMLHelperDelegate.getXmlMarshaller()
SDOXMLHelperDelegator.getXmlMarshaller()
Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type XMLMarshallerModifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.setXmlMarshaller
(XMLMarshaller xmlMarshaller) void
SDOXMLHelperDelegator.setXmlMarshaller
(XMLMarshaller xmlMarshaller) -
Uses of XMLMarshaller in org.eclipse.persistence.sdo.helper.metadata
Methods in org.eclipse.persistence.sdo.helper.metadata with parameters of type XMLMarshallerModifier and TypeMethodDescriptionTypeStringConverter.convertObjectValueToDataValue
(Object object, Session session, XMLMarshaller marshaller)