Uses of Class
org.wso2.registry.jdbc.Repository

Packages that use Repository
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.builtin   
org.wso2.registry.jdbc.handlers.builtin.utils   
org.wso2.registry.jdbc.handlers.filters   
 

Uses of Repository in org.wso2.registry.jdbc
 

Fields in org.wso2.registry.jdbc declared as Repository
protected  Repository JDBCRegistry.repository
           
 

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

Fields in org.wso2.registry.jdbc.handlers declared as Repository
protected  Repository Handler.repository
          Handlers can use this repository to perform resource operations directly with the database, without being intercepted by other media type handlers.
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Repository
 void Handler.setRepository(Repository repository)
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type Repository
Handler(javax.sql.DataSource dataSource, UserRealm realm, Repository repository, Registry registry)
           
HandlerManager(javax.sql.DataSource dataSource, UserRealm userRealm, Registry registry, Repository repository)
           
 

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

Methods in org.wso2.registry.jdbc.handlers.builtin with parameters of type Repository
 void XSDMediaTypeHandler.setRepository(Repository repository)
           
 void WSDLMediaTypeHandler.setRepository(Repository repository)
           
 

Constructors in org.wso2.registry.jdbc.handlers.builtin with parameters of type Repository
Axis2RepositoryHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
CommentURLHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
 

Uses of Repository in org.wso2.registry.jdbc.handlers.builtin.utils
 

Constructors in org.wso2.registry.jdbc.handlers.builtin.utils with parameters of type Repository
SchemaFileProcessor(Repository repository)
           
WSDLFileProcessor(Repository repository)
           
 

Uses of Repository in org.wso2.registry.jdbc.handlers.filters
 

Fields in org.wso2.registry.jdbc.handlers.filters declared as Repository
protected  Repository Filter.repository
          Repository instance to be used by filter authors.
 

Methods in org.wso2.registry.jdbc.handlers.filters with parameters of type Repository
 void Filter.setRepository(Repository repository)
           
 



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