org.wso2.registry.jdbc.handlers
Class HandlerManager
java.lang.Object
org.wso2.registry.jdbc.handlers.HandlerManager
public class HandlerManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerManager
public HandlerManager()
addHandler
public void addHandler(int methods,
Filter filter,
Handler handler)
get
public Resource get(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
put
public java.lang.String put(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
importResource
public java.lang.String importResource(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
delete
public void delete(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
putChild
public void putChild(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
importChild
public void importChild(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.