public class ResourceService_impl extends Object
| Constructor and Description | 
|---|
| ResourceService_impl() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceMetaData | getMetaData()Gets metadata for this Resource service. | 
| protected Resource | getResource()Gets the Resource that delivers the functionality for this resource. | 
| protected Class<? extends Resource> | getResourceClass()Gets the Class of resource that provides the functionality for this service. | 
| void | initialize(ResourceSpecifier aResourceSpecifier,
          Map<String,Object> aResourceInitParams)Initializes this ResourceService_impl. | 
public void initialize(ResourceSpecifier aResourceSpecifier, Map<String,Object> aResourceInitParams) throws ResourceInitializationException
aResourceSpecifier - specifier that describes how to create the resources that provide the functionality
          for this service.aResourceInitParams - additional parameters to be passed on to the Resource Factory.ResourceInitializationException - -public ResourceMetaData getMetaData() throws ResourceServiceException
ResourceServiceException - -protected Class<? extends Resource> getResourceClass()
initialize(ResourceSpecifier,Map) method in order to create the
 Resource object. Subclasses may override this method to specify which resource class is to be
 created.protected Resource getResource()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.