Uses of Interface
org.jboss.invocation.InterceptorInstanceFactory
-
Packages that use InterceptorInstanceFactory Package Description org.jboss.invocation -
-
Uses of InterceptorInstanceFactory in org.jboss.invocation
Classes in org.jboss.invocation that implement InterceptorInstanceFactory Modifier and Type Class Description classSimpleInterceptorInstanceFactorySimple instance factory which just uses reflection to create an instance of the given class.Constructors in org.jboss.invocation with parameters of type InterceptorInstanceFactory Constructor Description 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.
-