Uses of Interface
org.xmldb.api.base.Service
-
Packages that use Service Package Description org.xmldb.api.base org.xmldb.api.modules -
-
Uses of Service in org.xmldb.api.base
Methods in org.xmldb.api.base that return Service Modifier and Type Method Description ServiceCollection. getService(java.lang.String name, java.lang.String version)Returns aServiceinstance 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 Modifier and Type Interface Description interfaceCollectionManagementServiceCollectionManagementService is aServicethat enables the basic management of collections within a database.interfaceTransactionServiceProvides the ability to bundleCollectionoperations into a transaction.interfaceXPathQueryServiceXPathQueryService is aServicethat enables the execution of XPath queries within the context of aCollectionor against a single XMLResourcestored in theCollection.interfaceXQueryServiceinterfaceXUpdateQueryServiceXUpdateQueryService is aServicethat enables the execution of XUpdate queries within the context of aCollectionor against a single document stored in a collection.
-