Uses of Interface
org.jboss.ejb.client.EJBClientInterceptor
Packages that use EJBClientInterceptor
-
Uses of EJBClientInterceptor in org.jboss.ejb.client
Classes in org.jboss.ejb.client that implement EJBClientInterceptorModifier and TypeClassDescriptionclassEnterprise Beans client interceptor to capture theAuthenticationContextafter any application interceptors.final classThe Enterprise Beans client interceptor responsible for discovering the destination of a request.final classEnterprise Beans client interceptor to discover a target location based on naming context information in the Enterprise Beans proxy.final classThe client interceptor which associates the current transaction with the invocation.final classThe client interceptor which associates discovery output with the current transaction of the invocation.Methods in org.jboss.ejb.client with parameters of type EJBClientInterceptorModifier and TypeMethodDescriptionEJBClientContext.Builder.addClassInterceptor(String className, EJBClientInterceptor interceptor) EJBClientContext.Builder.addInterceptor(EJBClientInterceptor interceptor) EJBClientContext.Builder.addMethodInterceptor(String className, EJBMethodLocator methodLocator, EJBClientInterceptor interceptor) EJBClientContext.registerInterceptor(int priority, EJBClientInterceptor clientInterceptor) Deprecated.Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.EJBClientContext.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 EJBClientInterceptorModifier and TypeMethodDescriptionEJBClientContext.Builder.addClassInterceptor(String className, Class<? extends EJBClientInterceptor> interceptorClass) EJBClientContext.Builder.addInterceptor(Class<? extends EJBClientInterceptor> interceptorClass) EJBClientContext.Builder.addMethodInterceptor(String className, EJBMethodLocator methodLocator, Class<? extends EJBClientInterceptor> interceptorClass) -
Uses of EJBClientInterceptor in org.jboss.ejb.protocol.remote
Classes in org.jboss.ejb.protocol.remote that implement EJBClientInterceptorModifier and TypeClassDescriptionfinal classThe interceptor responsible for relaying invocation information back into the Remoting-based discovery system.