Class DiscoveryEJBClientInterceptor

  • All Implemented Interfaces:
    EJBClientInterceptor

    public final class DiscoveryEJBClientInterceptor
    extends Object
    implements EJBClientInterceptor
    The Enterprise Beans client interceptor responsible for discovering the destination of a request. If a destination is already established, the interceptor passes the invocation through unmodified. If the interceptor cannot locate the destination, the invocation will proceed without a destination (and ultimately fail if no other interceptor resolves the destination).
    Author:
    David M. Lloyd
    • Field Detail

      • PRIORITY

        public static final int PRIORITY
        This interceptor's priority.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DiscoveryEJBClientInterceptor

        public DiscoveryEJBClientInterceptor()
        Construct a new instance.