|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDatasourcePlatform
org.eclipse.persistence.eis.EISPlatform
org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
public class XMLFilePlatform
Platform for XML file emulated JCA adapter.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String FILE_NAME
public static java.lang.String XPATH
public static java.lang.String XQUERY
public static java.lang.String DOM
Constructor Detail |
---|
public XMLFilePlatform()
Method Detail |
---|
public InteractionSpec buildInteractionSpec(EISInteraction interaction)
buildInteractionSpec
in class EISPlatform
protected Sequence createPlatformDefaultSequence()
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |