Class DiscoveryEJBClientInterceptor

java.lang.Object
org.jboss.ejb.client.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 Details

    • PRIORITY

      public static final int PRIORITY
      This interceptor's priority.
      See Also:
  • Constructor Details

    • DiscoveryEJBClientInterceptor

      public DiscoveryEJBClientInterceptor()
      Construct a new instance.
  • Method Details