Uses of Interface
org.wso2.registry.Registry

Packages that use Registry
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.aspects   
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.queries   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.session   
org.wso2.registry.utils   
 

Uses of Registry in org.wso2.registry
 

Methods in org.wso2.registry that return Registry
abstract  Registry RegistryFactory.getRegistry()
          Get a Registry with no security credentials.
abstract  Registry RegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
          Get a Registry with the provided credentials.
 

Methods in org.wso2.registry with parameters of type Registry
abstract  void Aspect.associate(Resource resource, Registry registry)
          Associate a new Resource with this aspect.
 

Constructors in org.wso2.registry with parameters of type Registry
ResourceImporter(Registry registry)
           
 

Uses of Registry in org.wso2.registry.app
 

Classes in org.wso2.registry.app that implement Registry
 class RemoteRegistry
           
 

Methods in org.wso2.registry.app that return Registry
 Registry RemoteRegistryFactory.getRegistry()
           
 Registry RemoteRegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
           
 

Constructors in org.wso2.registry.app with parameters of type Registry
RegistryAdapter.Resourcerator(java.lang.Object[] paths, Registry registry)
           
 

Uses of Registry in org.wso2.registry.aspects
 

Methods in org.wso2.registry.aspects with parameters of type Registry
 void DefaultLifecycle.associate(Resource resource, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc
 

Classes in org.wso2.registry.jdbc that implement Registry
 class InMemoryJDBCRegistry
           
 class JDBCRegistry
          JDBC based implementation of the Registry.
 class NonTransactionalJDBCRegistry
           
 class TransactionalJDBCRegistry
           
 

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

Fields in org.wso2.registry.jdbc.handlers declared as Registry
protected  Registry Handler.registry
          Instance of the Registry implementation (possibly the JDBCRegistry).
 

Methods in org.wso2.registry.jdbc.handlers that return Registry
 Registry RequestContext.getRegistry()
           
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Registry
 void Handler.setRegistry(Registry registry)
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type Registry
Handler(Repository repository, Registry registry)
           
HandlerManager(Registry registry, Repository repository)
           
RequestContext(Registry registry)
           
 

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

Constructors in org.wso2.registry.jdbc.handlers.builtin with parameters of type Registry
Axis2RepositoryHandler(Repository repository, Registry registry)
           
CommentURLHandler(Repository repository, Registry registry)
           
 

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

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

Uses of Registry in org.wso2.registry.jdbc.queries
 

Constructors in org.wso2.registry.jdbc.queries with parameters of type Registry
QueryProcessorManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc.urlhandlers
 

Constructors in org.wso2.registry.jdbc.urlhandlers with parameters of type Registry
CommentCollectionURLHandler(Registry registry)
           
 

Uses of Registry in org.wso2.registry.session
 

Classes in org.wso2.registry.session that implement Registry
 class UserRegistry
          Maintains information required for particular user.
 

Constructors in org.wso2.registry.session with parameters of type Registry
UserRegistry(java.lang.String userName, Registry coreRegistry, UserRealm defaultRealm, javax.sql.DataSource dataSource)
           
UserRegistry(java.lang.String userName, java.lang.String password, Registry coreRegistry, UserRealm defaultRealm, javax.sql.DataSource dataSource)
           
 

Uses of Registry in org.wso2.registry.utils
 

Methods in org.wso2.registry.utils with parameters of type Registry
static void RegistryClientUtils.exportFromRegistry(java.io.File toFile, java.lang.String path, Registry registry)
          This method can be used to export registry instance or node in a registry to a local file system.
static void RegistryClientUtils.importToRegistry(java.io.File file, java.lang.String path, Registry registry)
          This method can be used to import a local file system into a running instance of a registry.
 



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