Uses of Class
org.wso2.registry.jdbc.handlers.Handler

Packages that use Handler
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.config   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.builtin   
org.wso2.registry.session   
 

Uses of Handler in org.wso2.registry
 

Methods in org.wso2.registry with parameters of type Handler
 void Registry.addHandler(Filter filter, Handler handler)
           
 

Uses of Handler in org.wso2.registry.app
 

Methods in org.wso2.registry.app with parameters of type Handler
 void RemoteRegistry.addHandler(Filter filter, Handler handler)
           
 

Uses of Handler in org.wso2.registry.config
 

Methods in org.wso2.registry.config that return Handler
 Handler HandlerConfiguration.getHandler()
           
 

Methods in org.wso2.registry.config with parameters of type Handler
 void HandlerConfiguration.setHandler(Handler handler)
           
 

Uses of Handler in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc with parameters of type Handler
 void JDBCRegistry.addHandler(Filter filter, Handler handler)
           
 void NonTransactionalJDBCRegistry.addHandler(Filter filter, Handler handler)
           
 void TransactionalJDBCRegistry.addHandler(Filter filter, Handler handler)
           
 

Uses of Handler in org.wso2.registry.jdbc.handlers
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Handler
 void HandlerManager.addHandler(int methods, Filter filter, Handler handler)
           
 

Uses of Handler in org.wso2.registry.jdbc.handlers.builtin
 

Subclasses of Handler in org.wso2.registry.jdbc.handlers.builtin
 class Axis2RepositoryHandler
           
 class CommentCollectionURLHandler
           
 class CommentURLHandler
           
 class RatingCollectionURLHandler
           
 class RatingURLHandler
           
 class SQLQueryHandler
           
 class SynapseRepositoryHandler
           
 class TagCollectionURLHandler
           
 class TagURLHandler
           
 class WSDLMediaTypeHandler
           
 class XSDMediaTypeHandler
           
 

Uses of Handler in org.wso2.registry.session
 

Methods in org.wso2.registry.session with parameters of type Handler
 void UserRegistry.addHandler(Filter filter, Handler handler)
           
 



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