Package | Description |
---|---|
org.jboss.as.ee.component | |
org.jboss.as.ee.component.interceptors |
Modifier and Type | Method and Description |
---|---|
InterceptorClassDescription |
EEModuleClassDescription.getInterceptorClassDescription() |
InterceptorClassDescription |
EEModuleDescription.getInterceptorClassOverride(String className)
Get module level interceptor method overrides that are set up in ejb-jar.xml
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescription.addInterceptorMethodOverride(String className,
InterceptorClassDescription override)
Adds an interceptor class method override, merging it with existing overrides (if any)
|
void |
EEModuleDescription.addInterceptorMethodOverride(String className,
InterceptorClassDescription override)
Adds a module level interceptor class override, it is merged with any existing overrides if they exist
|
void |
EEModuleClassDescription.setInterceptorClassDescription(InterceptorClassDescription interceptorClassDescription) |
Modifier and Type | Field and Description |
---|---|
static InterceptorClassDescription |
InterceptorClassDescription.EMPTY_INSTANCE |
Modifier and Type | Method and Description |
---|---|
InterceptorClassDescription |
InterceptorClassDescription.Builder.build() |
static InterceptorClassDescription |
InterceptorClassDescription.merge(InterceptorClassDescription existing,
InterceptorClassDescription override)
Merges two descriptors, either of the parameters will be null.
|
Modifier and Type | Method and Description |
---|---|
static InterceptorClassDescription.Builder |
InterceptorClassDescription.builder(InterceptorClassDescription base) |
static InterceptorClassDescription |
InterceptorClassDescription.merge(InterceptorClassDescription existing,
InterceptorClassDescription override)
Merges two descriptors, either of the parameters will be null.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.