| Package | Description |
|---|---|
| org.apache.aries.blueprint | |
| org.apache.aries.blueprint.parser |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
ComponentDefinitionRegistry.getInterceptors(ComponentMetadata component)
Retrieve all interceptors registered against a
ComponentMetadata instance |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDefinitionRegistry.registerInterceptorWithComponent(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. |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
ComponentDefinitionRegistryImpl.getInterceptors(ComponentMetadata component) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDefinitionRegistryImpl.registerInterceptorWithComponent(ComponentMetadata component,
Interceptor interceptor) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.