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

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

public class ListMetadataFormats
extends java.lang.Object
implements OaiPmhService


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

ListMetadataFormats

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