com.sun.ebxml.registry.query.sql
Class SQLQueryProcessor

java.lang.Object
  extended bycom.sun.ebxml.registry.query.sql.SQLQueryProcessor

public class SQLQueryProcessor
extends java.lang.Object

Processor for SQL queries. Used by the QueryManagerImpl.

See Also:

Constructor Summary
protected SQLQueryProcessor()
           
 
Method Summary
 org.oasis.ebxml.registry.bindings.query.AdhocQueryResponse executeQuery(org.oasis.ebxml.registry.bindings.rim.User user, java.lang.String sqlQuery, org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption)
           
static SQLQueryProcessor getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryProcessor

protected SQLQueryProcessor()
Method Detail

executeQuery

public org.oasis.ebxml.registry.bindings.query.AdhocQueryResponse executeQuery(org.oasis.ebxml.registry.bindings.rim.User user,
                                                                               java.lang.String sqlQuery,
                                                                               org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption)
                                                                        throws RegistryException
Throws:
RegistryException

getInstance

public static SQLQueryProcessor getInstance()