Uses of Interface
org.apache.aries.blueprint.Interceptor

Packages that use Interceptor
org.apache.aries.blueprint   
org.apache.aries.blueprint.parser   
 

Uses of Interceptor in org.apache.aries.blueprint
 

Methods in org.apache.aries.blueprint that return types with arguments of type Interceptor
 List<Interceptor> ComponentDefinitionRegistry.getInterceptors(org.osgi.service.blueprint.reflect.ComponentMetadata component)
          Retrieve all interceptors registered against a ComponentMetadata instance
 

Methods in org.apache.aries.blueprint with parameters of type Interceptor
 void ComponentDefinitionRegistry.registerInterceptorWithComponent(org.osgi.service.blueprint.reflect.ComponentMetadata component, Interceptor interceptor)
          Register an interceptor for a given component Since the interceptor is registered against a ComponentMetadata instance and not an id, interceptors can be registered for anonymous components as well as named and unnamed components.
 

Uses of Interceptor in org.apache.aries.blueprint.parser
 

Methods in org.apache.aries.blueprint.parser that return types with arguments of type Interceptor
 List<Interceptor> ComponentDefinitionRegistryImpl.getInterceptors(org.osgi.service.blueprint.reflect.ComponentMetadata component)
           
 

Methods in org.apache.aries.blueprint.parser with parameters of type Interceptor
 void ComponentDefinitionRegistryImpl.registerInterceptorWithComponent(org.osgi.service.blueprint.reflect.ComponentMetadata component, Interceptor interceptor)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.