Uses of Class
project.biota.digir.DiGIRRequestParser

Packages that use DiGIRRequestParser
project.biota.biotaInterface Provides the classes necessary to communicate with the Biota resources. 
project.biota.digir Provides the classes necessary to process DiGIR request and response. 
 

Uses of DiGIRRequestParser in project.biota.biotaInterface
 

Fields in project.biota.biotaInterface declared as DiGIRRequestParser
protected  DiGIRRequestParser BiotaRequestHandler.requestParser
          The DiGIRRequestParser that parses the request.
 

Methods in project.biota.biotaInterface with parameters of type DiGIRRequestParser
static void BiotaMetadataHandler.updateMetadata(DiGIRRequestParser requestParser)
          Attemps to update the information for each resource available in this provider.
static BiotaRequestHandler BiotaHandlerFactory.getRequestHandler(DiGIRRequestParser parser)
          Produces a query handler according to the type of the requested resource.
 

Constructors in project.biota.biotaInterface with parameters of type DiGIRRequestParser
BiotaWebRequestHandler(DiGIRRequestParser parser)
          Constructs a BiotaWebRequestHandler to handle a DiGIR request.
BiotaServerRequestHandler(DiGIRRequestParser parser)
          Constructs a BiotaServerRequestHandler to handle a DiGIR request.
BiotaRequestHandler(DiGIRRequestParser parser)
          Constructs a BiotaRequestHandler to handle a DiGIR request.
BiotaDefaultHandler(DiGIRRequestParser parser)
          Constructs a BiotaDefaultHandler.
 

Uses of DiGIRRequestParser in project.biota.digir
 

Methods in project.biota.digir with parameters of type DiGIRRequestParser
static Element DiGIRProcessor.buildDiGIRResponse(DiGIRRequestParser requestParser, Element records)
          Create a DiGIR response based on a DiGIR request.
 

Constructors in project.biota.digir with parameters of type DiGIRRequestParser
StructureParser(DiGIRRequestParser requestParser)
          Constructs a StructureParser object to parse the record schema of a DiGIR search request.
 



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