Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.eis.adapters.xmlfile
Class XMLFilePlatform

java.lang.Object
  extended byDatasourcePlatform
      extended byoracle.toplink.eis.EISPlatform
          extended byoracle.toplink.eis.adapters.xmlfile.XMLFilePlatform


public class XMLFilePlatform
extends EISPlatform

Platform for XML file emulated JCA adapter.

Since:
OracleAS TopLink 10g (10.0.3)
See Also:
Serialized Form

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
           

 

Constructor Summary
XMLFilePlatform()
          Default constructor.

 

Method Summary
 javax.resource.cci.InteractionSpec buildInteractionSpec(EISInteraction interaction)
          Allow the platform to build the interaction spec based on properties defined in the interaction.

 

Methods inherited from class oracle.toplink.eis.EISPlatform
appendParameter, buildRows, 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
equals, 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 javax.resource.cci.InteractionSpec buildInteractionSpec(EISInteraction interaction)
Allow the platform to build the interaction spec based on properties defined in the interaction.
Overrides:
buildInteractionSpec in class EISPlatform

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.