
LS::Service::DataService - Data service for LSID resolution

my $ns = LS::Service::Namespace->new; my $metadata_or_data = new LS::Service::DataService; $metadata_or_data->addNamespace(new LS::Service::Namespace( $ns );

This class provides support for acquiring the data or metadata for a list of namespaces.

No options.

Adds a namespace that the data service knows of. Whenever getData or getMetadata is called, the service will dispatch the call to the correct namespace. If the namespace does not exist an erro will be returned.
Reserved.
This call will attempt to dispatch the request to the appropriate namespace and will return the value (the data for the LSID) to the caller.
This call will attempt to dispatch the request to the appropriate namespace and will return the value (the data for the LSID) to the caller.

Copyright (c) 2002,2003 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.opensource.org/licenses/cpl.php