EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.oxm.platform
Class XMLPlatform

java.lang.Object
  extended by DatasourcePlatform
      extended by org.eclipse.persistence.oxm.platform.XMLPlatform
Direct Known Subclasses:
DOMPlatform, SAXPlatform

public abstract class XMLPlatform
extends DatasourcePlatform


Constructor Summary
XMLPlatform()
           
 
Method Summary
 ConversionManager getConversionManager()
           
abstract  PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
          INTERNAL:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPlatform

public XMLPlatform()
Method Detail

getConversionManager

public ConversionManager getConversionManager()

newPlatformUnmarshaller

public abstract PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
INTERNAL:


EclipseLink 1.0_1.0M2 API Reference - Incubation