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

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

public class GetRecord
extends java.lang.Object
implements OaiPmhService


Constructor Summary
GetRecord()
           
 
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

GetRecord

public GetRecord()
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