Class GetRecordHandler
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<GetRecordType>
-
- com.lyncode.xoai.dataprovider.handlers.GetRecordHandler
-
public class GetRecordHandler extends VerbHandler<GetRecordType>
-
-
Constructor Summary
Constructors Constructor Description GetRecordHandler(DateProvider formatter, XOAIContext context, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRecordTypehandle(OAIParameters parameters)-
Methods inherited from class com.lyncode.xoai.dataprovider.handlers.VerbHandler
getFormatter
-
-
-
-
Constructor Detail
-
GetRecordHandler
public GetRecordHandler(DateProvider formatter, XOAIContext context, ItemRepositoryHelper itemRepositoryHelper, RepositoryConfiguration identify)
-
-
Method Detail
-
handle
public GetRecordType handle(OAIParameters parameters) throws OAIException, HandlerException
- Specified by:
handlein classVerbHandler<GetRecordType>- Throws:
OAIExceptionHandlerException
-
-