|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AtomicRegistry
|
class |
BasicRegistry
|
class |
InMemoryJDBCRegistry
|
class |
JDBCRegistry
JDBC based implementation of the Registry. |
Uses of Registry in org.wso2.registry.jdbc.handlers |
---|
Methods in org.wso2.registry.jdbc.handlers that return Registry | |
---|---|
Registry |
RequestContext.getRegistry()
|
Constructors in org.wso2.registry.jdbc.handlers with parameters of type Registry | |
---|---|
RequestContext(Registry registry,
Repository repository)
|
Uses of Registry in org.wso2.registry.jdbc.handlers.builtin.utils |
---|
Methods in org.wso2.registry.jdbc.handlers.builtin.utils with parameters of type Registry | |
---|---|
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. |
Constructors in org.wso2.registry.jdbc.handlers.builtin.utils with parameters of type Registry | |
---|---|
SchemaFileProcessor(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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |