Invocation API 1.1.0.Final

Uses of Interface
org.jboss.invocation.InterceptorFactoryContext

Packages that use InterceptorFactoryContext
org.jboss.invocation   
 

Uses of InterceptorFactoryContext in org.jboss.invocation
 

Classes in org.jboss.invocation that implement InterceptorFactoryContext
 class SimpleInterceptorFactoryContext
          A simple implementation of InterceptorFactoryContext.
 

Methods in org.jboss.invocation with parameters of type InterceptorFactoryContext
 Interceptor InterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor ImmediateInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor MethodInvokingInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Interceptor MethodInterceptorFactory.create(InterceptorFactoryContext context)
          Create the interceptor instance.
 Object InterceptorInstanceFactory.createInstance(InterceptorFactoryContext context)
          Construct a new instance.
 Object SimpleInterceptorInstanceFactory.createInstance(InterceptorFactoryContext context)
          Construct a new instance.
 


Invocation API 1.1.0.Final

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