org.wso2.registry.jdbc.handlers
Class CustomEditManager

java.lang.Object
  extended by org.wso2.registry.jdbc.handlers.CustomEditManager

public class CustomEditManager
extends java.lang.Object


Constructor Summary
CustomEditManager()
           
 
Method Summary
 void addProcessor(java.lang.String processorKey, EditProcessor editProcessor)
           
 void process(java.lang.String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomEditManager

public CustomEditManager()
Method Detail

addProcessor

public void addProcessor(java.lang.String processorKey,
                         EditProcessor editProcessor)

process

public void process(java.lang.String path,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws RegistryException
Throws:
RegistryException


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