Class RemoteMethodAwareInterceptor

All Implemented Interfaces:
InvocationHandler, Interceptor
Direct Known Subclasses:
NoTransactionInterceptor, TransactionInterceptor

public abstract class RemoteMethodAwareInterceptor extends SessionProviderAwareInterceptor
Base implementation for interceptors checking for remote method annotation.
  • Constructor Details

    • RemoteMethodAwareInterceptor

      public RemoteMethodAwareInterceptor()
      Parent constructor.
  • Method Details

    • isRemoteMethod

      protected boolean isRemoteMethod(Method orgMethod)
      Returns whether the given method is annotated with RemoteMethod.
      Parameters:
      orgMethod - the method to check
      Returns:
      true if annotated with RemoteMethod