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 java.lang.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
 java.lang.Object create(org.jboss.aop.Advisor advisor, java.lang.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 java.lang.Object create(org.jboss.aop.Advisor advisor,
                               java.lang.Class<?> interceptorClass)
                        throws java.lang.InstantiationException,
                               java.lang.IllegalAccessException
Specified by:
create in interface InterceptorFactory
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException


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