org.fao.geonet.kernel.csw
Interface CatalogService

All Known Implementing Classes:
DescribeRecord, GetCapabilities, GetDomain, GetRecordById, GetRecords, Harvest, Transaction

public interface CatalogService


Method Summary
 org.jdom.Element adaptGetRequest(java.util.Map<java.lang.String,java.lang.String> params)
          Convert params in a GET request to a POST request
 org.jdom.Element execute(org.jdom.Element request, jeeves.server.context.ServiceContext context)
          Executes the service on given input request
 java.lang.String getName()
          Returns the name of the service for dispatching purposes
 

Method Detail

getName

java.lang.String getName()
Returns the name of the service for dispatching purposes


execute

org.jdom.Element execute(org.jdom.Element request,
                         jeeves.server.context.ServiceContext context)
                         throws CatalogException
Executes the service on given input request

Throws:
CatalogException

adaptGetRequest

org.jdom.Element adaptGetRequest(java.util.Map<java.lang.String,java.lang.String> params)
                                 throws CatalogException
Convert params in a GET request to a POST request

Throws:
CatalogException