Package | Description |
---|---|
org.jboss.interceptor.builder | |
org.jboss.interceptor.proxy |
Modifier and Type | Interface and Description |
---|---|
interface |
BuildableInterceptionModel<T,I>
An interception model that can be manipulated by the builder.
|
Modifier and Type | Method and Description |
---|---|
InterceptionModel<T,I> |
InterceptionModelBuilder.build() |
Constructor and Description |
---|
InterceptorMethodHandler(Object targetInstance,
ClassMetadata<?> targetClassMetadata,
InterceptionModel<ClassMetadata<?>,?> interceptionModel,
InterceptorInstantiator<?,?> interceptorInstantiator,
InvocationContextFactory invocationContextFactory) |
InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator,
InvocationContextFactory invocationContextFactory,
InterceptionModel<ClassMetadata<?>,?> interceptionModel) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.