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.utils   
 

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
BasicRegistry(RegistryContext registryContext, Repository repository, VersionRepository versionRepository, QueryProcessorManager queryProcessorManager)
           
 

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

Methods in org.wso2.registry.jdbc.handlers that return Repository
 Repository RequestContext.getRepository()
           
 

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

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

Methods in org.wso2.registry.jdbc.handlers.builtin.utils with parameters of type Repository
 void WSDLFileProcessor.calculateWSDLNamesAndChangeTypes(Repository repository, Registry registry, javax.wsdl.Definition wsdlDefinition, java.util.Map processedWSDLMap, java.util.Map processedScheamMap, java.util.Set visitedWSDLs, java.lang.String registryBasePath, boolean processImports)
          saves the given wsdl definition file with its imported wsdls and imported and included schemas.
 void WSDLFileProcessor.saveWSDLFileToRegistry(Repository repository, javax.wsdl.Definition wsdlDefinition, java.util.Map processedWSDLMap, java.util.Set visitedWSDLs, java.lang.String registryBasePath, boolean processImports, Resource metadata)
           
 

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



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