public interface BuildableInterceptionModel<T,I> extends InterceptionModel<T,I>
Modifier and Type | Method and Description |
---|---|
void |
appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors) |
void |
setIgnoresGlobals(Method m,
boolean b) |
getAllInterceptors, getInterceptedEntity, getInterceptors
void setIgnoresGlobals(Method m, boolean b)
void appendInterceptors(InterceptionType interceptionType, Method method, InterceptorMetadata<I>... interceptors)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.