Class IdentifyHandler
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<IdentifyType>
-
- com.lyncode.xoai.dataprovider.handlers.IdentifyHandler
-
public class IdentifyHandler extends VerbHandler<IdentifyType>
-
-
Constructor Summary
Constructors Constructor Description IdentifyHandler(DateProvider formatter, RepositoryConfiguration identify, List<String> compressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifyTypehandle(OAIParameters params)-
Methods inherited from class com.lyncode.xoai.dataprovider.handlers.VerbHandler
getFormatter
-
-
-
-
Constructor Detail
-
IdentifyHandler
public IdentifyHandler(DateProvider formatter, RepositoryConfiguration identify, List<String> compressions)
-
-
Method Detail
-
handle
public IdentifyType handle(OAIParameters params) throws OAIException, HandlerException
- Specified by:
handlein classVerbHandler<IdentifyType>- Throws:
OAIExceptionHandlerException
-
-