de.fraunhofer.ipsi.ipsixq.api.impl
Class IPSIXQDataSource

java.lang.Object
  extended by de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractDataFactory
      extended by de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractDataSource
          extended by de.fraunhofer.ipsi.ipsixq.api.impl.IPSIXQDataSource
All Implemented Interfaces:
XQDataFactory, XQDatasource

public class IPSIXQDataSource
extends XQAbstractDataSource

Author:
Michael Stark

Constructor Summary
IPSIXQDataSource()
           
 
Method Summary
 XQConnection getConnection()
          Attempts to create a connection to an XML datasource.
 
Methods inherited from class de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractDataSource
getConnection, getConnection, getLoginTimeout, getLogWriter, getProperty, getSupportedPropertyNames, setCommonHandler, setLoginTimeout, setLogWriter, setProperties, setProperty
 
Methods inherited from class de.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractDataFactory
createCachedSequence, createCachedSequence, createItem, createItemFromByte, createItemFromDate, createItemFromInt, createItemFromLong, createItemFromString, createItemType, createItemType, createSequenceType, createSequenceType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.xquery.XQDataFactory
createCachedSequence, createCachedSequence, createItem, createItemFromByte, createItemFromDate, createItemFromInt, createItemFromLong, createItemFromString, createItemType, createItemType, createSequenceType, createSequenceType
 

Constructor Detail

IPSIXQDataSource

public IPSIXQDataSource()
Method Detail

getConnection

public XQConnection getConnection()
                           throws XQException
Description copied from interface: XQDatasource
Attempts to create a connection to an XML datasource.

Specified by:
getConnection in interface XQDatasource
Overrides:
getConnection in class XQAbstractDataSource
Throws:
XQException