Uses of Class
org.jboss.ejb.client.annotation.ClientInterceptorPriority
-
Packages that use ClientInterceptorPriority Package Description org.jboss.ejb.client org.jboss.ejb.protocol.remote -
-
Uses of ClientInterceptorPriority in org.jboss.ejb.client
Classes in org.jboss.ejb.client with annotations of type ClientInterceptorPriority Modifier and Type Class Description classAuthenticationContextEJBClientInterceptorEJB client interceptor to capture theAuthenticationContextafter any application interceptors.classDiscoveryEJBClientInterceptorThe EJB client interceptor responsible for discovering the destination of a request.classNamingEJBClientInterceptorEJB client interceptor to discover a target location based on naming context information in the EJB 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. -
Uses of ClientInterceptorPriority in org.jboss.ejb.protocol.remote
Classes in org.jboss.ejb.protocol.remote with annotations of type ClientInterceptorPriority Modifier and Type Class Description classRemotingEJBClientInterceptorThe interceptor responsible for relaying invocation information back into the Remoting-based discovery system.
-