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

Packages that use Repository
org.wso2.registry.config   
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.config
 

Methods in org.wso2.registry.config that return Repository
 Repository RegistryContext.getRepository()
           
 

Methods in org.wso2.registry.config with parameters of type Repository
 void RegistryContext.setRepository(Repository repository)
           
 

Uses of Repository in org.wso2.registry.jdbc
 

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

Constructors in org.wso2.registry.jdbc with parameters of type Repository
TransactionalJDBCRegistry(RegistryContext registryContext, HandlerManager handlerManager, Repository repository, VersionRepository versionRepository, QueryProcessorManager queryProcessorManager, java.util.Map<java.lang.String,Aspect> aspects)
           
 

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(Repository repository, Registry registry)
           
HandlerManager(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(Repository repository, Registry registry)
           
CommentURLHandler(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, Registry registry)
           
WSDLFileProcessor(Repository repository, Registry registry)
           
 

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.