EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.oxm.platform
Class SAXPlatform

java.lang.Object
  extended by DatasourcePlatform
      extended by org.eclipse.persistence.oxm.platform.XMLPlatform
          extended by org.eclipse.persistence.oxm.platform.SAXPlatform

public class SAXPlatform
extends XMLPlatform

Version:
1.0
Author:
mmacivor
Since:
10.1.3 This class is used to indicate that SAX parsing should be used to create an XML Record when appropriate.

Constructor Summary
SAXPlatform()
           
 
Method Summary
 PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
          INTERNAL:
 
Methods inherited from class org.eclipse.persistence.oxm.platform.XMLPlatform
getConversionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXPlatform

public SAXPlatform()
Method Detail

newPlatformUnmarshaller

public PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
INTERNAL:

Specified by:
newPlatformUnmarshaller in class XMLPlatform

EclipseLink 1.0_1.0M2 API Reference - Incubation