com.endeca.navigation
Interface ENEConnection

All Known Implementing Classes:
AuthHttpENEConnection, HttpENEConnection

public interface ENEConnection

A connection with an Endeca MDEX Engine. With a connection, queries can be issued to an MDEX Engine and ENEQueryResults are returned.

The only current type of connection offered is the HttpENEConnection.


Method Summary
 ENEQueryResults query(ENEQuery q)
          Makes a query against the MDEX Engine.
 

Method Detail

query

ENEQueryResults query(ENEQuery q)
                      throws ENEQueryException
Makes a query against the MDEX Engine.

Throws:
QueryException - if an MDEX Engine query fails.
ENEQueryException


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential