org.wso2.registry.jdbc.handlers
Class EditProcessor

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

public abstract class EditProcessor
extends java.lang.Object


Constructor Summary
EditProcessor()
           
 
Method Summary
protected  Registry getRegistry(javax.servlet.http.HttpServletRequest request)
           
abstract  void processEdit(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

EditProcessor

public EditProcessor()
Method Detail

processEdit

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

getRegistry

protected Registry getRegistry(javax.servlet.http.HttpServletRequest request)
                        throws RegistryException
Throws:
RegistryException


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