org.jboss.ejb3.interceptors.aop
Class DefaultInterceptorFactory

java.lang.Object
  extended by org.jboss.ejb3.interceptors.aop.DefaultInterceptorFactory
All Implemented Interfaces:
InterceptorFactory

public class DefaultInterceptorFactory
extends Object
implements InterceptorFactory

The default interceptor factory just creates a new instance of the interceptor class.

Version:
$Revision: 68820 $
Author:
Carlo de Wolf

Constructor Summary
DefaultInterceptorFactory()
           
 
Method Summary
 Object create(org.jboss.aop.Advisor advisor, Class<?> interceptorClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInterceptorFactory

public DefaultInterceptorFactory()
Method Detail

create

public Object create(org.jboss.aop.Advisor advisor,
                     Class<?> interceptorClass)
              throws InstantiationException,
                     IllegalAccessException
Specified by:
create in interface InterceptorFactory
Throws:
InstantiationException
IllegalAccessException


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