XML::SimpleDB::Service - Abstract class for extension by XML:SimpleDB services |
XML::SimpleDB::Service - Abstract class for extension by XML:SimpleDB services
use XML::SimpleDB::Service;
This is an abstract class implementing the Service interface Database from the XML:DB base specification. It should only be used indirectly, as superclass for a specific Service. The current examples are XPathQueryService, XUpdateQueryService, and Collectionmanager.
Graham Seaman CPAN ID: GSEAMAN graham@opencollector.org
Copyright (c) 2002 Graham Seaman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl(1).
Usage : $name = $service->getName()
Purpose : Returns the service name
Argument : None
Returns : String
Usage : $version = $service->getVersion()
Purpose : Returns the service version
Argument : None
Returns : String
Usage : $service->setCollection($collection)
Purpose : Associates service with a collection
Argument : Collection object
Returns : void
XML::SimpleDB::Service - Abstract class for extension by XML:SimpleDB services |