Class XMLPlatformFactory
java.lang.Object
org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic XMLPlatformFactory
INTERNAL: Return the singleton instance of XMLPlatformContext.INTERNAL: Return the XMLPlatform based on the toplink.xml.platform System property.INTERNAL: Return the implementation class for the XMLPlatform.void
setXMLPlatformClass
(Class xmlPlatformClass) PUBLIC: Set the implementation of XMLPlatform.
-
Field Details
-
XML_PLATFORM_PROPERTY
- See Also:
-
XDK_PLATFORM_CLASS_NAME
- See Also:
-
JAXP_PLATFORM_CLASS_NAME
- See Also:
-
-
Method Details
-
getInstance
INTERNAL: Return the singleton instance of XMLPlatformContext.- Returns:
- the the singleton instance of XMLPlatformContext.
- Throws:
XMLPlatformException
-
getXMLPlatformClass
INTERNAL: Return the implementation class for the XMLPlatform.- Returns:
- the implementation class for the XMLPlatform.
- Throws:
XMLPlatformException
-
setXMLPlatformClass
PUBLIC: Set the implementation of XMLPlatform. -
getXMLPlatform
INTERNAL: Return the XMLPlatform based on the toplink.xml.platform System property.- Returns:
- an instance of XMLPlatform
- Throws:
XMLPlatformException
-