org.apache.openejb.assembler.classic
Class InterceptorBuilder
java.lang.Object
org.apache.openejb.assembler.classic.InterceptorBuilder
public class InterceptorBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultInterceptors
public final List<InterceptorData> defaultInterceptors
excludeDefaultInterceptors
public final boolean excludeDefaultInterceptors
classInterceptors
public final List<InterceptorData> classInterceptors
methodInterceptors
public final List<MethodInterceptorInfo> methodInterceptors
METHOD_INTERCEPTOR_INFO_COMPARATOR
public static final InterceptorBuilder.MethodInterceptorInfoComparator METHOD_INTERCEPTOR_INFO_COMPARATOR
InterceptorBuilder
public InterceptorBuilder(List<InterceptorInfo> defaultInterceptors,
EnterpriseBeanInfo bean)
build
public List<InterceptorData> build(Method method)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.