Uses of Interface
commonj.sdo.helper.XMLHelper
Package
Description
-
Uses of XMLHelper in commonj.sdo.helper
Modifier and TypeFieldDescriptionstatic final XMLHelper
XMLHelper.INSTANCE
The default XMLHelper.Modifier and TypeMethodDescriptionHelperContext.getXMLHelper()
Gets the XMLHelper to use in this context. -
Uses of XMLHelper in commonj.sdo.impl
Modifier and TypeMethodDescriptionstatic XMLHelper
HelperProvider.getXMLHelper()
Gets an XMLHelperHelperProviderImpl.xmlHelper()
-
Uses of XMLHelper in org.eclipse.persistence.sdo
Modifier and TypeMethodDescriptionstatic SDOXMLHelper
SDOHelper.getXMLHelper
(XMLHelper xmlHelper) Return the EclipseLink implementation of XMLHelper.static <T> T
Unwraps a given XMLHelper resulting in an EclipseLink SDOXMLHelper or an EclipseLink XMLContext depending on clazz. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper
Modifier and TypeInterfaceDescriptioninterface
Purpose: Helper to transform XML documents into DataObects and DataObjects into XML documents.Modifier and TypeMethodDescriptionSDOHelperContext.getXMLHelper()
Return the XMLHelper instance for this helper context. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeClassDescriptionclass
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.class
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper.jaxb
Modifier and TypeClassDescriptionclass
This implementation of commonj.sdo.helper.XMLHelper is responsible for ensuring that newly unmarshalled DataObjects are assigned a JAXB aware value store.