Interface ArcInvocationContext

  • All Superinterfaces:
    javax.interceptor.InvocationContext

    public interface ArcInvocationContext
    extends javax.interceptor.InvocationContext
    • Field Detail

      • KEY_INTERCEPTOR_BINDINGS

        static final String KEY_INTERCEPTOR_BINDINGS
        This key can be used to obtain the interceptor bindings from the context data.
        See Also:
        Constant Field Values
    • Method Detail

      • getInterceptorBindings

        Set<Annotation> getInterceptorBindings()
        Returns:
        the interceptor bindings