Uses of Interface
org.jboss.ejb.client.EJBClientInterceptor
-
Packages that use EJBClientInterceptor Package Description org.jboss.ejb.client org.jboss.ejb.client.annotation org.jboss.ejb.protocol.remote -
-
Uses of EJBClientInterceptor in org.jboss.ejb.client
Classes in org.jboss.ejb.client that implement EJBClientInterceptor Modifier and Type Class Description classAuthenticationContextEJBClientInterceptorEnterprise Beans client interceptor to capture theAuthenticationContextafter any application interceptors.classDiscoveryEJBClientInterceptorThe Enterprise Beans client interceptor responsible for discovering the destination of a request.classNamingEJBClientInterceptorEnterprise Beans client interceptor to discover a target location based on naming context information in the Enterprise Beans proxy.classTransactionInterceptorThe client interceptor which associates the current transaction with the invocation.classTransactionPostDiscoveryInterceptorThe client interceptor which associates discovery output with the current transaction of the invocation.Methods in org.jboss.ejb.client with parameters of type EJBClientInterceptor Modifier and Type Method Description EJBClientContext.BuilderEJBClientContext.Builder. addClassInterceptor(String className, EJBClientInterceptor interceptor)EJBClientContext.BuilderEJBClientContext.Builder. addInterceptor(EJBClientInterceptor interceptor)EJBClientContext.BuilderEJBClientContext.Builder. addMethodInterceptor(String className, EJBMethodLocator methodLocator, EJBClientInterceptor interceptor)EJBClientInterceptor.RegistrationEJBClientContext. registerInterceptor(int priority, EJBClientInterceptor clientInterceptor)Deprecated.Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.EJBClientContextEJBClientContext. withAddedInterceptors(EJBClientInterceptor... interceptors)Get a copy of this context with the given interceptor(s) added.Method parameters in org.jboss.ejb.client with type arguments of type EJBClientInterceptor Modifier and Type Method Description EJBClientContext.BuilderEJBClientContext.Builder. addClassInterceptor(String className, Class<? extends EJBClientInterceptor> interceptorClass)EJBClientContext.BuilderEJBClientContext.Builder. addInterceptor(Class<? extends EJBClientInterceptor> interceptorClass)EJBClientContext.BuilderEJBClientContext.Builder. addMethodInterceptor(String className, EJBMethodLocator methodLocator, Class<? extends EJBClientInterceptor> interceptorClass) -
Uses of EJBClientInterceptor in org.jboss.ejb.client.annotation
Methods in org.jboss.ejb.client.annotation that return types with arguments of type EJBClientInterceptor Modifier and Type Method Description Class<? extends EJBClientInterceptor>[]value()The client interceptors contained by this repeatable annotation. -
Uses of EJBClientInterceptor in org.jboss.ejb.protocol.remote
Classes in org.jboss.ejb.protocol.remote that implement EJBClientInterceptor Modifier and Type Class Description classRemotingEJBClientInterceptorThe interceptor responsible for relaying invocation information back into the Remoting-based discovery system.
-