org.jboss.ejb3.interceptors.container
Class ContainerInterceptorFactory

java.lang.Object
  extended by org.jboss.ejb3.interceptors.container.ContainerInterceptorFactory
All Implemented Interfaces:
InterceptorFactory

public class ContainerInterceptorFactory
extends Object
implements InterceptorFactory

Comment

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

Constructor Summary
ContainerInterceptorFactory()
           
 
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

ContainerInterceptorFactory

public ContainerInterceptorFactory()
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.