Uses of Interface
org.xmldb.api.base.Service

Packages that use Service
org.basex.api.xmldb   
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of Service in org.basex.api.xmldb
 

Classes in org.basex.api.xmldb that implement Service
 class BXCollectionManagementService
          Implementation of the CollectionManagementService Interface for the XMLDB:API.
 class BXQueryService
          Abstract QueryService definition for the XMLDB:API.
 

Methods in org.basex.api.xmldb that return Service
 Service BXCollection.getService(java.lang.String nm, java.lang.String ver)
           
 Service[] BXCollection.getServices()
           
 

Uses of Service in org.xmldb.api.base
 

Methods in org.xmldb.api.base that return Service
 Service Collection.getService(java.lang.String name, java.lang.String version)
          Returns a Service instance for the requested service name and version.
 Service[] Collection.getServices()
          Provides a list of all services known to the collection.
 

Uses of Service in org.xmldb.api.modules
 

Subinterfaces of Service in org.xmldb.api.modules
 interface CollectionManagementService
          CollectionManagementService is a Service that enables the basic management of collections within a database.
 interface TransactionService
          Provides the ability to bundle Collection operations into a transaction.
 interface XPathQueryService
          XPathQueryService is a Service that enables the execution of XPath queries within the context of a Collection or against a single XML Resource stored in the Collection.
 interface XUpdateQueryService
          XUpdateQueryService is a Service that enables the execution of XUpdate queries within the context of a Collection or against a single document stored in a collection.