public class RegistryRequestProcessor extends Object implements org.apache.abdera.protocol.server.RequestProcessor
Constructor and Description |
---|
RegistryRequestProcessor() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
process
in interface org.apache.abdera.protocol.server.RequestProcessor
context
- the request context.workspaceManager
- the workspace manager instance.collectionAdapter
- the collection adapter to use.Copyright © 2015 WSO2 Inc. All Rights Reserved.