Package | Description |
---|---|
org.jboss.as.ee.component |
Modifier and Type | Method and Description |
---|---|
InterceptorDescription |
ComponentDescription.getClassInterceptor(String interceptorClassName)
Returns the
InterceptorDescription for the passed interceptorClassName , if such a class
interceptor exists for this component description. |
Modifier and Type | Method and Description |
---|---|
Set<InterceptorDescription> |
ComponentDescription.getAllInterceptors()
Returns a combined map of class and method level interceptors
|
List<InterceptorDescription> |
ComponentDescription.getClassInterceptors()
Get the list of interceptor classes applied directly to class.
|
List<InterceptorDescription> |
ComponentDescription.getDefaultInterceptors() |
Map<org.jboss.invocation.proxy.MethodIdentifier,List<InterceptorDescription>> |
ComponentDescription.getMethodInterceptors()
Get the method interceptor configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescription.addClassInterceptor(InterceptorDescription description)
Add a class level interceptor.
|
void |
ComponentDescription.addMethodInterceptor(org.jboss.invocation.proxy.MethodIdentifier method,
InterceptorDescription description)
Add a method interceptor class name.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescription.setClassInterceptors(List<InterceptorDescription> classInterceptors)
Override the class interceptors with a new set of interceptors
|
void |
ComponentDescription.setDefaultInterceptors(List<InterceptorDescription> defaultInterceptors) |
void |
ComponentDescription.setMethodInterceptors(org.jboss.invocation.proxy.MethodIdentifier identifier,
List<InterceptorDescription> interceptorDescriptions)
Sets the method level interceptors for a method, and marks it as exclude class and default level interceptors.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.