Interface InterceptorCallback

All Known Subinterfaces:
LifecycleCallback

public interface InterceptorCallback
Represents elements like lifecycle-callbackType from the javaee XSD or around-timeout or around-invoke as described by the Interceptors spec.
  • Method Details

    • getClassName

      String getClassName()
      Returns:
      the callback class, or null if unspecified
    • getMethodName

      String getMethodName()
      Returns:
      the callback method