Invocation API 1.1.0.Final

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

Method Summary
 Interceptor create(InterceptorFactoryContext context)
          Create the interceptor instance.
 

Method Detail

create

Interceptor create(InterceptorFactoryContext context)
Create the interceptor instance.

Parameters:
context - the interceptor factory context
Returns:
the interceptor instance

Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.