project.biota.biotaInterface
Class BiotaMetadataHandler

java.lang.Object
  extended byproject.biota.biotaInterface.BiotaMetadataHandler

public class BiotaMetadataHandler
extends Object

BiotaMetadataHandler handles DiGIR metadata requests for this Biota DiGIR provider.

Author:
Kimmy Lin

Method Summary
static void updateMetadata(DiGIRRequestParser requestParser)
          Attemps to update the information for each resource available in this provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateMetadata

public static void updateMetadata(DiGIRRequestParser requestParser)
Attemps to update the information for each resource available in this provider. It loops through all the resources and calls the BiotaRequestHandler.updateResourceMetadata() method on the resource's corresponding request handler.

Parameters:
requestParser - the DiGIRRequestParser that parses the DiGIR request
See Also:
BiotaRequestHandler.updateResourceMetadata(ResourceObject)


Copyright © 2004 University of Massachusetts at Boston. All Rights Reserved.