JBoss.org Community Documentation
The Aspect Manager View is a graphical representation of the AOP descriptor file (jboss-aop.xml). It allows you to remove an Interceptor or advice from a pointcut, as well as apply new Interceptors and Advice to existing pointcuts.
Under Bindings, you'll notice that a pointcut is already defined that matches our "callMe()" method, and our
HelloInterceptor
is directly under it. Right Click on HelloInterceptor
will provide you with this menu:
You can remove the interceptor, or jump to it directly in code. If you right click on the binding (pointcut) itself, you'll be able to apply more interceptors and advice just like when right clicking on a field or method in the outline view. You can also remove the entire binding altogether (which subsequently removes all child interceptors and advice, be warned)