See: Description
| Class | Description |
|---|---|
| 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. |
| XmlRpcInvoker |
Uses Apache XML-RPC to invoke methods on an XML-RPC service.
|
This package contains some useful Invoker implementations.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.