Uses of Interface
org.xmldb.api.base.Service
Packages that use Service
-
Uses of Service in org.xmldb.api.base
Methods in org.xmldb.api.base that return ServiceModifier and TypeMethodDescriptionCollection.getService(String name, 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.modulesModifier and TypeInterfaceDescriptioninterfaceCollectionManagementService is aServicethat enables the basic management of collections within a database.interfaceProvides the ability to bundleCollectionoperations into a transaction.interfaceXPathQueryService is aServicethat enables the execution of XPath queries within the context of aCollectionor against a single XMLResourcestored in theCollection.interfaceinterfaceXUpdateQueryService is aServicethat enables the execution of XUpdate queries within the context of aCollectionor against a single document stored in a collection.