oracle.xml.xsql
Interface XSQLConnectionManagerFactory


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
TypeMethod
 XSQLConnectionManager create()
           
 

Method Detail

create

public XSQLConnectionManager create()