Uses of Interface
org.wso2.registry.Resource

Packages that use Resource
org.wso2.registry   
org.wso2.registry.app   
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.mediatypes   
org.wso2.registry.jdbc.mediatypes.builtin   
org.wso2.registry.jdbc.mediatypes.utils   
org.wso2.registry.jdbc.queries   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.lifecycle   
org.wso2.registry.secure   
org.wso2.registry.servlet   
 

Uses of Resource in org.wso2.registry
 

Subinterfaces of Resource in org.wso2.registry
 interface Collection
           
 

Classes in org.wso2.registry that implement Resource
 class CollectionImpl
           
 class Comment
          Represents comments and its metadata.
 class ResourceImpl
          Represents any file or collection stored in the registry.
 

Methods in org.wso2.registry that return Resource
 Resource CoreRegistry.get(java.lang.String path)
          Returns the resource at the given path.
 Resource CoreRegistry.newResource()
           
 

Methods in org.wso2.registry that return types with arguments of type Resource
 java.util.List<Resource> CollectionImpl.getChildResources()
           
 

Methods in org.wso2.registry with parameters of type Resource
 java.lang.String Registry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource metadata)
          Creates a resource by fetching the resource content from the given URL.
 java.lang.String CoreRegistry.put(java.lang.String suggestedPath, Resource resource)
          Adds or updates resources in the registry.
 

Uses of Resource in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return Resource
 Resource RemoteRegistry.get(java.lang.String path)
           
 Resource RemoteRegistry.newResource()
           
 

Methods in org.wso2.registry.app with parameters of type Resource
static void RemoteRegistry.createPropertiesFromExtensionElement(Properties properties, Resource resource)
           
 java.lang.String RemoteRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String RemoteRegistry.put(java.lang.String suggestedPath, Resource resource)
           
 

Uses of Resource in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Resource
 Resource Repository.get(java.lang.String path)
           
 Resource JDBCRegistry.get(java.lang.String path)
          Returns the resource in the given path.
 Resource JDBCRegistry.newResource()
           
 

Methods in org.wso2.registry.jdbc with parameters of type Resource
 Lifecycle JDBCRegistry.getResourceLifecycle(Resource resource, java.lang.String lifecycleName)
           
 java.lang.String Repository.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String JDBCRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource metadata)
           
 boolean Repository.put(java.lang.String path, Resource resource)
           
 java.lang.String JDBCRegistry.put(java.lang.String suggestedPath, Resource resource)
          Adds or updates resources in the registry.
 boolean Repository.putChild(java.lang.String childPath, Resource resource)
           
 

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

Methods in org.wso2.registry.jdbc.handlers that return Resource
abstract  Resource Handler.get(RequestContext requestContext)
          Processes the GET action for resource path of the requestContext.
 Resource HandlerManager.get(RequestContext requestContext)
           
 Resource RequestContext.getResource()
           
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Resource
 void RequestContext.setResource(Resource resource)
           
 

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

Methods in org.wso2.registry.jdbc.handlers.builtin that return Resource
 Resource XSDMediaTypeHandler.get(RequestContext requestContext)
           
 Resource TagURLHandler.get(RequestContext requestContext)
           
 Resource WSDLMediaTypeHandler.get(RequestContext requestContext)
           
 Resource RatingURLHandler.get(RequestContext requestContext)
           
 Resource Axis2RepositoryHandler.get(RequestContext requestContext)
           
 Resource SQLQueryHandler.get(RequestContext requestContext)
           
 Resource CommentURLHandler.get(RequestContext requestContext)
           
 Resource RatingCollectionURLHandler.get(RequestContext requestContext)
           
 Resource SynapseRepositoryHandler.get(RequestContext requestContext)
           
 Resource CommentCollectionURLHandler.get(RequestContext requestContext)
           
 

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

Methods in org.wso2.registry.jdbc.handlers.builtin.utils with parameters of type Resource
 java.lang.String SchemaFileProcessor.saveSchemaFileToRegistry(java.lang.String location, java.util.Map processedSchemaMap, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Import a schema file to the registry after saving all its includes and imports to the registry and updating the schema locations accordingly.
 java.lang.String SchemaFileProcessor.saveSchemaFileToRegistry(java.lang.String location, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Import a schema file to the registry after saving all its includes and imports to the registry and updating the schema locations accordingly.
 void SchemaFileProcessor.saveSchemaFileToRegistry(org.apache.ws.commons.schema.XmlSchema xmlSchema, java.util.Map processedSchemaMap, java.util.Map changeSchemaNames, java.util.Set visitedSchemas, boolean isWSDLInlineSchema, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Save the schemas to the registry.
 void WSDLFileProcessor.saveWSDLFileToRegistry(javax.wsdl.Definition wsdlDefinition, java.util.Map processedWSDLMap, java.util.Set visitedWSDLs, java.lang.String registryBasePath, boolean processImports, Resource metadata)
           
 java.lang.String WSDLFileProcessor.saveWSDLFileToRegistry(java.lang.String location, java.lang.String registryBasePath, boolean processImports, Resource metadata)
          saves a wsdl file including its imports and imported schemas.
 

Uses of Resource in org.wso2.registry.jdbc.mediatypes
 

Methods in org.wso2.registry.jdbc.mediatypes with parameters of type Resource
 java.lang.String MediaTypeManager.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
abstract  java.lang.String MediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
          Creates a resource in the given path by fetching the resource content from the given URL.
abstract  boolean MediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
          Invokes when a child resource is added.
 

Uses of Resource in org.wso2.registry.jdbc.mediatypes.builtin
 

Methods in org.wso2.registry.jdbc.mediatypes.builtin with parameters of type Resource
 java.lang.String XSDMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String WSDLMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String Axis2RepositoryMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String SQLQueryMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String DefaultMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String SynapseRepositoryMediaTypeHandler.importResource(java.lang.String path, java.lang.String sourceURL, Resource metadata)
           
 boolean XSDMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 boolean WSDLMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 boolean Axis2RepositoryMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 boolean SQLQueryMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 boolean DefaultMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 boolean SynapseRepositoryMediaTypeHandler.putChild(java.lang.String childPath, Resource resource)
           
 

Uses of Resource in org.wso2.registry.jdbc.mediatypes.utils
 

Methods in org.wso2.registry.jdbc.mediatypes.utils with parameters of type Resource
 java.lang.String SchemaFileProcessor.saveSchemaFileToRegistry(java.lang.String location, java.util.Map processedSchemaMap, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Import a schema file to the registry after saving all its includes and imports to the registry and updating the schema locations accordingly.
 java.lang.String SchemaFileProcessor.saveSchemaFileToRegistry(java.lang.String location, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Import a schema file to the registry after saving all its includes and imports to the registry and updating the schema locations accordingly.
 void SchemaFileProcessor.saveSchemaFileToRegistry(org.apache.ws.commons.schema.XmlSchema xmlSchema, java.util.Map processedSchemaMap, java.util.Map changeSchemaNames, java.util.Set visitedSchemas, boolean isWSDLInlineSchema, java.lang.String registryBasePath, boolean processIncludes, Resource metadata)
          Save the schemas to the registry.
 void WSDLFileProcessor.saveWSDLFileToRegistry(javax.wsdl.Definition wsdlDefinition, java.util.Map processedWSDLMap, java.util.Set visitedWSDLs, java.lang.String registryBasePath, boolean processImports, Resource metadata)
           
 java.lang.String WSDLFileProcessor.saveWSDLFileToRegistry(java.lang.String location, java.lang.String registryBasePath, boolean processImports, Resource metadata)
          saves a wsdl file including its imports and imported schemas.
 

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

Methods in org.wso2.registry.jdbc.queries with parameters of type Resource
 Collection QueryProcessorManager.executeQuery(Resource queryResource, java.util.Map parameters)
           
 Collection SQLQueryProcessor.executeQuery(Resource query, java.util.Map parameters)
           
abstract  Collection QueryProcessor.executeQuery(Resource query, java.util.Map parameters)
          This method will be called when a query of a registered type is executed.
 

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

Methods in org.wso2.registry.jdbc.urlhandlers with parameters of type Resource
 java.lang.String URLHandlerManager.put(java.lang.String suggestPath, Resource resource)
           
 java.lang.String URLHandler.put(java.lang.String suggestPath, Resource resource)
          Determine if put(...) on the given url can be handled.
 

Uses of Resource in org.wso2.registry.lifecycle
 

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

Uses of Resource in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Resource
 Resource SecureRegistry.get(java.lang.String path)
           
 Resource SecureRegistry.newResource()
           
 

Methods in org.wso2.registry.secure with parameters of type Resource
 java.lang.String SecureRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource metadata)
           
 java.lang.String SecureRegistry.put(java.lang.String suggestedPath, Resource resource)
          Checks if the user has "PUT" permissions to the existing ascendent path of the given path.
 

Uses of Resource in org.wso2.registry.servlet
 

Methods in org.wso2.registry.servlet that return Resource
static Resource ResourceRequestProcessor.getResource(javax.servlet.http.HttpServletRequest request, java.lang.String path)
           
 



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