org.apache.abdera.protocol.server.processors
Class CollectionRequestProcessor

java.lang.Object
  extended by org.apache.abdera.protocol.server.processors.CollectionRequestProcessor
All Implemented Interfaces:
RequestProcessor

public class CollectionRequestProcessor
extends Object
implements RequestProcessor

RequestProcessor implementation which processes requests for collection documents.


Constructor Summary
CollectionRequestProcessor()
           
 
Method Summary
 ResponseContext process(RequestContext context, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
          Provide the actual request processing logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionRequestProcessor

public CollectionRequestProcessor()
Method Detail

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.


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.