org.wso2.registry.servlet.actions
Interface ActionProcessor


public interface ActionProcessor

Each registry action should be implemented as an ActionProcessor (e.g. add resource, tag resource, get ratings for a resource). Then those ActionProcessors should identify its corresponding action and invoke the mapping method in the registry. ActionProcessor is responsible for extratcing necessary parameters for the registry method invocation and building the HttpServletResponse after completing the invocation. Any other considerations related to the processing of actions should NOT be implemented in the ActionProcessor and such processing should be done by various handlers configured for the registry.


Method Summary
 boolean process(java.lang.String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

process

boolean process(java.lang.String path,
                javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.