org.fcrepo.server.oai
Class FedoraOAIProviderServlet

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

public class FedoraOAIProviderServlet
extends OAIProviderServlet

FedoraOAIProviderServlet.

Author:
Chris Wilper
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fcrepo.oai.OAIProviderServlet
ACTION_LABEL
 
Constructor Summary
FedoraOAIProviderServlet()
           
 
Method Summary
 OAIResponder getResponder()
           
 void init(javax.servlet.ServletConfig config)
           
static void main(String[] args)
           
 
Methods inherited from class org.fcrepo.oai.OAIProviderServlet
doGet, doPost, getAsParameterMap, 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

FedoraOAIProviderServlet

public FedoraOAIProviderServlet()
Method Detail

getResponder

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

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

main

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


Copyright © 2012 DuraSpace. All Rights Reserved.