Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.xml.zip
Class XMLZipFileAccessor

java.lang.Object
  |
  +--oracle.toplink.sdk.SDKAccessor
        |
        +--oracle.toplink.xml.XMLFileAccessor
              |
              +--oracle.toplink.xml.zip.XMLZipFileAccessor
All Implemented Interfaces:
oracle.toplink.internal.databaseaccess.Accessor, java.lang.Cloneable, XMLAccessor

public class XMLZipFileAccessor
extends XMLFileAccessor

This class extends the XMLFileAccessor class; supplanting subdirectories with ZIP files. i.e. The base directory will contain a collection of ZIP files, each containing the files that would normally be held in the corresponding subdirectories.

Since:
TopLink/Java 3.5

Constructor Summary
XMLZipFileAccessor()
          Default constructor.

 

Method Summary
 void addFilePolicy(java.lang.String rootElementName, XMLFileAccessorFilePolicy filePolicy)
          Override because multiple file policies is unsupported.

 

Methods inherited from class oracle.toplink.xml.XMLFileAccessor
connect, convert, createStreamSource, deleteStream, disconnect, dropStreamSource, getDefaultFilePolicy, getExistenceCheckStream, getExistingWriteStream, getFilePolicy, getNewWriteStream, getReadStream, getReadStreams, getReadStreams, getXMLTranslator, setDefaultFilePolicy, setXMLTranslator

 

Methods inherited from class oracle.toplink.sdk.SDKAccessor
afterJTSTransaction, beginTransaction, clone, closeConnection, commitTransaction, decrementCallCount, executeCall, flushSelectCalls, getCallCount, getColumnInfo, getConnection, getTableInfo, incrementCallCount, isConnected, logMessage, reestablishConnection, rollbackTransaction, toString, usesExternalTransactionController

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XMLZipFileAccessor

public XMLZipFileAccessor()
Default constructor.
Method Detail

addFilePolicy

public void addFilePolicy(java.lang.String rootElementName,
XMLFileAccessorFilePolicy filePolicy)
Override because multiple file policies is unsupported.
Overrides:
addFilePolicy in class XMLFileAccessor

Copyright © 2003 Oracle Corporation. All Rights Reserved.