Class ListSetsHandler
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.handlers.VerbHandler<ListSetsType>
-
- com.lyncode.xoai.dataprovider.handlers.ListSetsHandler
-
public class ListSetsHandler extends VerbHandler<ListSetsType>
-
-
Constructor Summary
Constructors Constructor Description ListSetsHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper listSets, XOAIContext context, ResumptionTokenFormatter _format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSetsTypehandle(OAIParameters params)-
Methods inherited from class com.lyncode.xoai.dataprovider.handlers.VerbHandler
getFormatter
-
-
-
-
Constructor Detail
-
ListSetsHandler
public ListSetsHandler(DateProvider formatter, int maxListSize, SetRepositoryHelper listSets, XOAIContext context, ResumptionTokenFormatter _format)
-
-
Method Detail
-
handle
public ListSetsType handle(OAIParameters params) throws OAIException, HandlerException
- Specified by:
handlein classVerbHandler<ListSetsType>- Throws:
OAIExceptionHandlerException
-
-