com.ibm.ws.javaee.dd.common

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 Detail

      • getClassName

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

        java.lang.String getMethodName()
        Returns:
        the callback method