org.fao.geonet.kernel.oaipmh.services
Class ListRecords

java.lang.Object
  extended by org.fao.geonet.kernel.oaipmh.services.ListRecords
All Implemented Interfaces:
OaiPmhService

public class ListRecords
extends java.lang.Object
implements OaiPmhService


Constructor Summary
ListRecords()
           
 
Method Summary
 AbstractResponse execute(AbstractRequest request, jeeves.server.context.ServiceContext context)
          Executes the service on given input request
 java.lang.String getVerb()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListRecords

public ListRecords()
Method Detail

getVerb

public java.lang.String getVerb()
Specified by:
getVerb in interface OaiPmhService

execute

public AbstractResponse execute(AbstractRequest request,
                                jeeves.server.context.ServiceContext context)
                         throws java.lang.Exception
Description copied from interface: OaiPmhService
Executes the service on given input request

Specified by:
execute in interface OaiPmhService
Throws:
java.lang.Exception