public class Main { public static void main(String[] args) { OperationInvokeInterceptor interceptor = new OperationInvokeInterceptor(); try { interceptor.intercept(new Context("HelloWorld", "Bonjour moi")); } catch (Exception e) { e.printStackTrace(); } } }