org.jboss.interceptor.builder
Interface BuildableInterceptionModel<T,I>
- All Superinterfaces:
- InterceptionModel<T,I>, Serializable
public interface BuildableInterceptionModel<T,I>
- extends InterceptionModel<T,I>
An interception model that can be manipulated by the builder.
- Author:
- Marius Bogoevici
setIgnoresGlobals
void setIgnoresGlobals(Method m,
boolean b)
appendInterceptors
void appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.