Package org.xmlecho.palomar.rdbms

Palomar's RDBMS XML Transformation Service.

See:
          Description

Interface Summary
RDBMSService Interface for RDBMS service classes, which accepts a user entered sql statement against a specified data source and returns an xml stream whose tags are the column names and whose values are the column values.
 

Class Summary
RDBMSServiceHome RDBMSService factory; responsible for handling requests for RDBMS Connector Service instances.
 

Exception Summary
RDBMSException RDBMS Exceptions.
 

Package org.xmlecho.palomar.rdbms Description

Palomar's RDBMS XML Transformation Service.

Provides classes to process requests to an rdbms and transform the response into an xml representation.