baronludwig
Nov 19th, 2007, 11:07 AM
Hi
I wish to add some functionality around the proxy generated through exposing services through HTTP Invoker (the same question would apply if using RMI, Burlap etc..).
On the client, I woulkd like to proiduce an @Around aspect that performs Profiling of Remote calls from the client, but I have been unable to define a pointcut that captures exection of the Beans provided by the HttpInvokerProxyFactoryBean.
In the end I have had to provide a pointcut providing "call" join points.
Similarly, I am trying to capture joinpoints on the server, for execution of HttpInvokerServiceExporter beans, but again I am unable to capture.
I can use any of core AspectJ (Compile Time Weaving or Load Time Weaving), or Spring AOP.
Can anyone provide help.
Ta
Marc
I wish to add some functionality around the proxy generated through exposing services through HTTP Invoker (the same question would apply if using RMI, Burlap etc..).
On the client, I woulkd like to proiduce an @Around aspect that performs Profiling of Remote calls from the client, but I have been unable to define a pointcut that captures exection of the Beans provided by the HttpInvokerProxyFactoryBean.
In the end I have had to provide a pointcut providing "call" join points.
Similarly, I am trying to capture joinpoints on the server, for execution of HttpInvokerServiceExporter beans, but again I am unable to capture.
I can use any of core AspectJ (Compile Time Weaving or Load Time Weaving), or Spring AOP.
Can anyone provide help.
Ta
Marc