public class ListIdentifiersGenerator extends AbstractOAIVerbGenerator implements Serviceable
ListIdentifiers
verb.Modifier and Type | Field and Description |
---|---|
private CatalogsManager |
_catalogsManager |
private OaiSetExtensionPoint |
_oaiSetEP
The OAI-PMH Sets Extension Point
|
private ODFHelper |
_odfHelper |
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
ListIdentifiersGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
generateVerb()
Generates SAX events for the current verb.
|
protected Collection<String> |
getAllowedParameters()
Returns a Collection af all possible parameters.
|
protected Collection<String> |
getRequiredParameters()
Returns a Collection af all mandatory parameters.
|
protected String |
getTagName()
Returns the surrounding tag name.
|
protected void |
saxProgram(Program program)
Generate the program information.
|
void |
service(ServiceManager serviceManager) |
doGenerate
generate, generateError, getURL
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
private OaiSetExtensionPoint _oaiSetEP
private CatalogsManager _catalogsManager
private ODFHelper _odfHelper
public ListIdentifiersGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
ServiceException
protected Collection<String> getRequiredParameters()
AbstractOAIVerbGenerator
getRequiredParameters
in class AbstractOAIVerbGenerator
protected Collection<String> getAllowedParameters()
AbstractOAIVerbGenerator
getAllowedParameters
in class AbstractOAIVerbGenerator
protected void generateVerb() throws IOException, SAXException, ProcessingException
AbstractOAIVerbGenerator
generateVerb
in class AbstractOAIVerbGenerator
IOException
- if an I/O error occursSAXException
- if an error occursProcessingException
- if an error occursprotected String getTagName()
protected void saxProgram(Program program) throws SAXException
program
- the programSAXException
- if an error occurs