Interface | Description |
---|---|
AroundInvocationHandler.PostInvoke<C> |
Can change return or throw, and consumes context object
|
AroundInvocationHandler.PreInvoke<C> |
Can change method and/or args or throw, returns a context object
|
Class | Description |
---|---|
AbstractAroundInvocationHandler<X,T> |
Simple around invoke proxy invocation handler.
|
AroundInvocationHandler<X,T> |
AroundInvocationHandler class.
|
AroundInvocationHandler.Invocation | |
NoopInvocationHandler |
Use the static instance
NoopInvocationHandler.NOOP_INVOCATION_HANDLER . |
PartialInvocationHandler<T> |
Suffers from http://www.javaspecialists.eu/archive/Issue117.html - so don't try extending this as an anonymous
class..
|
Copyright © 2018 earcam. All rights reserved.