Invocation API 1.1.0.Final

Uses of Interface
org.jboss.invocation.InterceptorInstanceFactory

Packages that use InterceptorInstanceFactory
org.jboss.invocation   
 

Uses of InterceptorInstanceFactory in org.jboss.invocation
 

Classes in org.jboss.invocation that implement InterceptorInstanceFactory
 class SimpleInterceptorInstanceFactory
          Simple instance factory which just uses reflection to create an instance of the given class.
 

Constructors in org.jboss.invocation with parameters of type InterceptorInstanceFactory
MethodInterceptorFactory(InterceptorInstanceFactory instanceFactory, Method interceptorMethod)
          Construct a new instance.
MethodInterceptorFactory(InterceptorInstanceFactory instanceFactory, Method interceptorMethod, boolean changeMethod)
          Construct a new instance.
MethodInvokingInterceptorFactory(InterceptorInstanceFactory instanceFactory, Method method)
          Construct a new instance.
 


Invocation API 1.1.0.Final

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