org.jboss.invocation
Interface InterceptorFactory
- All Known Implementing Classes:
- ImmediateInterceptorFactory, MethodInterceptorFactory, MethodInvokingInterceptorFactory
public interface InterceptorFactory
A producer for interceptor instances, used to create interceptor chains from a prototype.
- Author:
- David M. Lloyd
create
Interceptor create(InterceptorFactoryContext context)
- Create the interceptor instance.
- Parameters:
context
- the interceptor factory context
- Returns:
- the interceptor instance
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.