Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.11
-
None
Description
What's needed is an AspectDecorator service that can build an interceptor using an Aspect object that recieves an Invocation.
public interface Aspect
{ void intercept(Invocation invocation); }Invocation has a number of methods for accessing or replacing parameters, a proceed() method, and methods of querying and overriding the result value and/or the exception thrown.