Class | Description |
---|---|
DelegatingInvoker<T> |
Delegates a method invocation to the object provided by an
ObjectProvider . |
DuckTypingInvoker |
An invoker which supports "duck typing", meaning
that it finds a matching method on the object returned from the target provider and invokes it.
|
InvocationHandlerAdapter |
An adapter class to adapt the JDK's
InvocationHandler interface to Commons Proxy's Invoker interface. |
NullInvoker |
An
Invoker implementation which merely returns null for all method invocations. |
RecordedInvocation |
Detached representation of a method invocation.
|
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.