|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.platform.xml.XMLPlatformFactory
public class XMLPlatformFactory
Field Summary | |
---|---|
static java.lang.String |
JAXP_PLATFORM_CLASS_NAME
|
static java.lang.String |
XDK_PLATFORM_CLASS_NAME
|
static java.lang.String |
XML_PLATFORM_PROPERTY
|
Method Summary | |
---|---|
static XMLPlatformFactory |
getInstance()
INTERNAL: Return the singleton instance of XMLPlatformContext. |
XMLPlatform |
getXMLPlatform()
INTERNAL: Return the XMLPlatform based on the toplink.xml.platform System property. |
java.lang.Class |
getXMLPlatformClass()
INTERNAL: Return the implementation class for the XMLPlatform. |
void |
setXMLPlatformClass(java.lang.Class xmlPlatformClass)
PUBLIC: Set the implementation of XMLPlatform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String XML_PLATFORM_PROPERTY
public static final java.lang.String XDK_PLATFORM_CLASS_NAME
public static final java.lang.String JAXP_PLATFORM_CLASS_NAME
Method Detail |
---|
public static XMLPlatformFactory getInstance() throws XMLPlatformException
XMLPlatformException
public java.lang.Class getXMLPlatformClass() throws XMLPlatformException
XMLPlatformException
public void setXMLPlatformClass(java.lang.Class xmlPlatformClass)
public XMLPlatform getXMLPlatform() throws XMLPlatformException
XMLPlatformException
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |