Package org.jboss.ejb.client.annotation
Annotation Interface ClientInterceptors
Declares a list of client-side interceptors that should be used on a given remote Enterprise Bean proxy method or class. If
the corresponding class has a priority, that priority will govern the order of interception, otherwise the
interceptors will be used in the order described by
EJBClientInterceptor.- Author:
- David M. Lloyd
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends EJBClientInterceptor>[]The client interceptors contained by this repeatable annotation.
-
Element Details
-
value
Class<? extends EJBClientInterceptor>[] valueThe client interceptors contained by this repeatable annotation.- Returns:
- the client interceptors
-