org.fcrepo.oai.sample
Class SampleOAIProviderServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.fcrepo.oai.OAIProviderServlet
              extended by org.fcrepo.oai.sample.SampleOAIProviderServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SampleOAIProviderServlet
extends OAIProviderServlet

Author:
Chris Wilper
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fcrepo.oai.OAIProviderServlet
ACTION_LABEL
 
Constructor Summary
SampleOAIProviderServlet()
           
 
Method Summary
 OAIResponder getResponder()
           
static void main(String[] args)
           
 
Methods inherited from class org.fcrepo.oai.OAIProviderServlet
doGet, doPost, getAsParameterMap, init, test
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleOAIProviderServlet

public SampleOAIProviderServlet()
Method Detail

getResponder

public OAIResponder getResponder()
                          throws RepositoryException
Specified by:
getResponder in class OAIProviderServlet
Throws:
RepositoryException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2011 DuraSpace. All Rights Reserved.