JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Uses of Interface
org.jboss.interceptor.spi.model.InterceptionModel

Packages that use InterceptionModel
org.jboss.interceptor.builder   
org.jboss.interceptor.proxy   
 

Uses of InterceptionModel in org.jboss.interceptor.builder
 

Subinterfaces of InterceptionModel in org.jboss.interceptor.builder
 interface BuildableInterceptionModel<T,I>
          An interception model that can be manipulated by the builder.
 

Methods in org.jboss.interceptor.builder that return InterceptionModel
 InterceptionModel<T,I> InterceptionModelBuilder.build()
           
 

Uses of InterceptionModel in org.jboss.interceptor.proxy
 

Constructors in org.jboss.interceptor.proxy with parameters of type InterceptionModel
InterceptorMethodHandler(Object targetInstance, ClassMetadata<?> targetClassMetadata, InterceptionModel<ClassMetadata<?>,?> interceptionModel, InterceptorInstantiator<?,?> interceptorInstantiator, InvocationContextFactory invocationContextFactory)
           
InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator, InvocationContextFactory invocationContextFactory, InterceptionModel<ClassMetadata<?>,?> interceptionModel)
           
 


JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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