Package oracle.xml.xsql

Interface Summary
InterfaceDescription
XSQLActionHandler Interface that must be implemented by all XSQL Action Element Handlers
XSQLConnectionManager One of two interfaces that must be implemented to override the built-in connection manager implementation.
XSQLConnectionManagerFactory One of two interfaces that must be implemented to override the built-in connection manager implementation.
XSQLDocumentSerializer Interface that must be implemented by all XSQL Serializers which serialize an XSQL data page as an XML Document to a PrintWriter.
XSQLPageRequest Interface representing a request for an XSQL Page
XSQLRequestObjectListener Objects that implement this interface and which are added to the current request context using setRequestObject() will be notified when the page processing of the outermost page is completed.
 

Class Summary
ClassDescription
XSQLActionHandlerImpl Base Implementation of XSQLActionHandler that can be extended to create your own custom handlers.
XSQLCommandLine Command-line Utility to process XSQL Pages.
XSQLConnection  
XSQLDiagnostic  
XSQLErrorWriter  
XSQLHttpUtil  
XSQLNamedConnection  
XSQLNamedConnectionManager  
XSQLPageRequestImpl Base implementation of the XSQLPageRequest interface that case be used to derive new kinds of page request implementations.
XSQLParserHelper Common XML Parsing Routines
XSQLRequest Programmatically process a request for an XSQL Page.
XSQLServlet Servlet to enable HTTP GET-ing of and POST-ing to XSQL Pages
XSQLServletPageRequest  
XSQLStylesheetProcessor XSLT Stylesheet Processing Engine
XSQLUtil