Uses of Interface
org.jboss.invocation.InterceptorFactoryContext
-
Packages that use InterceptorFactoryContext Package Description org.jboss.invocation -
-
Uses of InterceptorFactoryContext in org.jboss.invocation
Classes in org.jboss.invocation that implement InterceptorFactoryContext Modifier and Type Class Description classSimpleInterceptorFactoryContextA simple implementation ofInterceptorFactoryContext.Methods in org.jboss.invocation with parameters of type InterceptorFactoryContext Modifier and Type Method Description InterceptorImmediateInterceptorFactory. create(InterceptorFactoryContext context)Create the interceptor instance.InterceptorInterceptorFactory. create(InterceptorFactoryContext context)Create the interceptor instance.InterceptorMethodInterceptorFactory. create(InterceptorFactoryContext context)Create the interceptor instance.InterceptorMethodInvokingInterceptorFactory. create(InterceptorFactoryContext context)Create the interceptor instance.ObjectInterceptorInstanceFactory. createInstance(InterceptorFactoryContext context)Construct a new instance.ObjectSimpleInterceptorInstanceFactory. createInstance(InterceptorFactoryContext context)Construct a new instance.
-