Uses of Interface
org.apache.avalon.composition.model.ServiceModel

Packages that use ServiceModel
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of ServiceModel in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ServiceModel
 ServiceModel[] ContainmentModel.getServiceModels()
          Return the set of service export models.
 ServiceModel ContainmentModel.getServiceModel(Class clazz)
          Return a service exoport model matching a supplied class.
 

Uses of ServiceModel in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ServiceModel
 class DefaultServiceModel
          Service model exposes an exported service class.
 

Methods in org.apache.avalon.composition.model.impl that return ServiceModel
 ServiceModel[] DefaultContainmentModel.getServiceModels()
          Return the set of service export mappings
 ServiceModel DefaultContainmentModel.getServiceModel(Class clazz)
          Return the set of service export directives for a supplied class.
 



Copyright © Apache Software Foundation. All Rights Reserved.