Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

oracle.xml.xsql
Interface XSQLConnectionManagerFactory

All Known Implementing Classes:
XSQLDatasourceConnectionManager

public interface XSQLConnectionManagerFactory

One of two interfaces that must be implemented to override the built-in connection manager implementation. The XSQL Page Processor asks the XSQLConnectionManagerFactory associated with each request to create() an instance of an XSQLConnectionManager to service the current request.


Method Summary
 XSQLConnectionManager create()
           

 

Method Detail

create

public XSQLConnectionManager create()

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

Copyright © 2003, Oracle. All Rights Reserved.