Class VerbHandler<T>
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<T>
-
- Direct Known Subclasses:
GetRecordHandler,IdentifyHandler,ListIdentifiersHandler,ListMetadataFormatsHandler,ListRecordsHandler,ListSetsHandler
public abstract class VerbHandler<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description VerbHandler(DateProvider formatter)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected DateProvidergetFormatter()abstract Thandle(OAIParameters params)
-
-
-
Constructor Detail
-
VerbHandler
public VerbHandler(DateProvider formatter)
-
-
Method Detail
-
getFormatter
protected DateProvider getFormatter()
-
handle
public abstract T handle(OAIParameters params) throws OAIException, HandlerException
- Throws:
OAIExceptionHandlerException
-
-