Interface Interceptor


  • public interface Interceptor
    Author:
    Clinton Begin
    • Method Detail

      • intercept

        java.lang.Object intercept​(Invocation invocation)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • plugin

        java.lang.Object plugin​(java.lang.Object target)
      • setProperties

        void setProperties​(java.util.Properties properties)