org.apache.abdera.protocol.server.processors
Class EntryRequestProcessor
java.lang.Object
org.apache.abdera.protocol.server.processors.EntryRequestProcessor
- All Implemented Interfaces:
- RequestProcessor
public class EntryRequestProcessor
- extends Object
- implements RequestProcessor
RequestProcessor
implementation which processes requests for entry
documents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryRequestProcessor
public EntryRequestProcessor()
process
public ResponseContext process(RequestContext context,
WorkspaceManager workspaceManager,
CollectionAdapter collectionAdapter)
- Description copied from interface:
RequestProcessor
- Provide the actual request processing logic.
- Specified by:
process
in interface RequestProcessor
- Parameters:
context
- The RequestContext
object, holding information about the request to process.workspaceManager
- The WorkspaceManager
object, holding information useful for request processing.collectionAdapter
- The CollectionAdapter
object, holding information useful for request processing;
may be null if not needed.
- Returns:
- A
ResponseContext
object, as resulted from the request processing.
processEntry
protected ResponseContext processEntry(RequestContext context,
CollectionAdapter adapter)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.