org.wso2.carbon.registry.app
Class RegistryRequestProcessor
java.lang.Object
org.wso2.carbon.registry.app.RegistryRequestProcessor
- All Implemented Interfaces:
- org.apache.abdera.protocol.server.RequestProcessor
public class RegistryRequestProcessor
- extends Object
- implements org.apache.abdera.protocol.server.RequestProcessor
An implementation of a request processor for the registry.
Method Summary |
org.apache.abdera.protocol.server.ResponseContext |
process(org.apache.abdera.protocol.server.RequestContext context,
org.apache.abdera.protocol.server.WorkspaceManager workspaceManager,
org.apache.abdera.protocol.server.CollectionAdapter collectionAdapter)
Method containing the logic to process a request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryRequestProcessor
public RegistryRequestProcessor()
process
public org.apache.abdera.protocol.server.ResponseContext process(org.apache.abdera.protocol.server.RequestContext context,
org.apache.abdera.protocol.server.WorkspaceManager workspaceManager,
org.apache.abdera.protocol.server.CollectionAdapter collectionAdapter)
- Method containing the logic to process a request.
- Specified by:
process
in interface org.apache.abdera.protocol.server.RequestProcessor
- Parameters:
context
- the request context.workspaceManager
- the workspace manager instance.collectionAdapter
- the collection adapter to use.
- Returns:
- the response context if the request was handled, or null for an extension request.
Copyright © 2013 WSO2 Inc. All Rights Reserved.