EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.eis.adapters.xmlfile
Class XMLFilePlatform

java.lang.Object
  extended by DatasourcePlatform
      extended by org.eclipse.persistence.eis.EISPlatform
          extended by org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform

public class XMLFilePlatform
extends EISPlatform

Platform for XML file emulated JCA adapter.

Author:
James
Since:
OracleAS TopLink 10g (10.0.3)

Field Summary
static java.lang.String DOM
           
static java.lang.String FILE_NAME
          XML file interaction spec properties.
static java.lang.String XPATH
           
static java.lang.String XQUERY
           
 
Fields inherited from class org.eclipse.persistence.eis.EISPlatform
domMethod, isDOMRecordSupported, isIndexedRecordSupported, isMappedRecordSupported, recordConverter, requiresAutoCommit, shouldConvertDataToStrings, supportsLocalTransactions
 
Constructor Summary
XMLFilePlatform()
          Default constructor.
 
Method Summary
 InteractionSpec buildInteractionSpec(EISInteraction interaction)
          Allow the platform to build the interaction spec based on properties defined in the interaction.
protected  Sequence createPlatformDefaultSequence()
          INTERNAL: Create platform-default Sequence
 
Methods inherited from class org.eclipse.persistence.eis.EISPlatform
appendParameter, buildRow, buildRows, createDatabaseRowFromDOMRecord, createDOMRecord, createInputRecord, createOutputRecord, getRecordConverter, getValueFromRecord, isDOMRecordSupported, isIndexedRecordSupported, isMappedRecordSupported, requiresAutoCommit, setDOMInRecord, setIsDOMRecordSupported, setIsIndexedRecordSupported, setIsMappedRecordSupported, setRecordConverter, setRequiresAutoCommit, setShouldConvertDataToStrings, setSupportsLocalTransactions, setValueInRecord, shouldConvertDataToStrings, supportsLocalTransactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME

public static java.lang.String FILE_NAME
XML file interaction spec properties.


XPATH

public static java.lang.String XPATH

XQUERY

public static java.lang.String XQUERY

DOM

public static java.lang.String DOM
Constructor Detail

XMLFilePlatform

public XMLFilePlatform()
Default constructor.

Method Detail

buildInteractionSpec

public InteractionSpec buildInteractionSpec(EISInteraction interaction)
Allow the platform to build the interaction spec based on properties defined in the interaction.

Overrides:
buildInteractionSpec in class EISPlatform

createPlatformDefaultSequence

protected Sequence createPlatformDefaultSequence()
INTERNAL: Create platform-default Sequence


EclipseLink 1.0_1.0M2 API Reference - Incubation