org.fao.geonet.kernel.oaipmh
Interface OaiPmhService

All Known Implementing Classes:
GetRecord, Identify, ListIdentifiers, ListMetadataFormats, ListRecords, ListSets

public interface OaiPmhService


Method Summary
 AbstractResponse execute(AbstractRequest request, jeeves.server.context.ServiceContext context)
          Executes the service on given input request
 java.lang.String getVerb()
           
 

Method Detail

getVerb

java.lang.String getVerb()

execute

AbstractResponse execute(AbstractRequest request,
                         jeeves.server.context.ServiceContext context)
                         throws OaiPmhException,
                                java.lang.Exception
Executes the service on given input request

Throws:
OaiPmhException
java.lang.Exception