public interface SDOXMLHelper
extends commonj.sdo.helper.XMLHelper
Purpose: Helper to transform XML documents into DataObects and DataObjects into XML documents.
Responsibilities:
Modifier and Type | Method and Description |
---|---|
void |
addDescriptors(List descriptors)
INTERNAL:
|
commonj.sdo.helper.HelperContext |
getHelperContext()
INTERNAL:
Return the helperContext that this instance is associated with.
|
SDOClassLoader |
getLoader()
INTERNAL:
|
Project |
getTopLinkProject()
INTERNAL:
|
XMLContext |
getXmlContext()
INTERNAL:
|
org.eclipse.persistence.internal.oxm.XMLConversionManager |
getXmlConversionManager()
INTERNAL:
|
XMLMarshaller |
getXmlMarshaller()
INTERNAL:
|
XMLUnmarshaller |
getXmlUnmarshaller()
INTERNAL:
|
void |
initializeDescriptor(XMLDescriptor descriptor) |
commonj.sdo.helper.XMLDocument |
load(InputSource inputSource,
String locationURI,
Object options)
INTERNAL:
|
void |
reset()
INTERNAL:
|
void |
serialize(commonj.sdo.helper.XMLDocument xmlDocument,
OutputStream outputStream,
Object options) |
void |
setHelperContext(commonj.sdo.helper.HelperContext helperContext)
INTERNAL:
Set the helperContext that this instance is associated with.
|
void |
setLoader(SDOClassLoader loader)
INTERNAL:
|
void |
setTimeZone(TimeZone timeZone)
The specified TimeZone will be used for all String to date object
conversions.
|
void |
setTimeZoneQualified(boolean timeZoneQualified)
By setting this flag to true the marshalled date objects marshalled to
the XML schema types time and dateTime will be qualified by a time zone.
|
void |
setTopLinkProject(Project toplinkProject)
INTERNAL:
|
void |
setXmlContext(XMLContext xmlContext)
INTERNAL:
|
void |
setXmlMarshaller(XMLMarshaller xmlMarshaller)
INTERNAL:
|
void |
setXmlUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
INTERNAL:
|
void serialize(commonj.sdo.helper.XMLDocument xmlDocument, OutputStream outputStream, Object options) throws IOException
IOException
void setTimeZone(TimeZone timeZone)
void setTimeZoneQualified(boolean timeZoneQualified)
commonj.sdo.helper.XMLDocument load(InputSource inputSource, String locationURI, Object options) throws IOException
inputSource
- locationURI
- options
- IOException
void setLoader(SDOClassLoader loader)
loader
- SDOClassLoader getLoader()
void setXmlContext(XMLContext xmlContext)
xmlContext
- XMLContext getXmlContext()
void addDescriptors(List descriptors)
descriptors
- void setTopLinkProject(Project toplinkProject)
toplinkProject
- Project getTopLinkProject()
void setXmlMarshaller(XMLMarshaller xmlMarshaller)
xmlMarshaller
- XMLMarshaller getXmlMarshaller()
void setXmlUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
xmlUnmarshaller
- XMLUnmarshaller getXmlUnmarshaller()
commonj.sdo.helper.HelperContext getHelperContext()
void setHelperContext(commonj.sdo.helper.HelperContext helperContext)
helperContext
- void reset()
void initializeDescriptor(XMLDescriptor descriptor)
org.eclipse.persistence.internal.oxm.XMLConversionManager getXmlConversionManager()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.