de.fraunhofer.ipsi.ipsixq.api
Class XQIDriver

java.lang.Object
  extended by de.fraunhofer.ipsi.ipsixq.api.XQIDriver
All Implemented Interfaces:
Driver

Deprecated.

public class XQIDriver
extends java.lang.Object
implements Driver

Implementation of an XQuery Driver for XQI.

Version:
1.0
Author:
Patrick.Lehti@ipsi.fhg.de
See Also:
Driver

Constructor Summary
XQIDriver()
          Deprecated.  
 
Method Summary
 boolean acceptsURL(java.lang.String url)
          Deprecated. This driver accepts every url.
 Connection connect(java.lang.String url, java.util.Properties prop)
          Deprecated. Creates a new Connection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQIDriver

public XQIDriver()
Deprecated. 
Method Detail

acceptsURL

public boolean acceptsURL(java.lang.String url)
Deprecated. 
This driver accepts every url.

Specified by:
acceptsURL in interface Driver
Parameters:
url - the URL to check
Returns:
always true

connect

public Connection connect(java.lang.String url,
                          java.util.Properties prop)
                   throws XQueryException
Deprecated. 
Creates a new Connection.

Specified by:
connect in interface Driver
Parameters:
url - the url where to find the XML data
prop - additional properties for the connectionXQIConnection
Returns:
a new Connection
Throws:
XQueryException