Package org.apache.commons.proxy.invoker

This package contains some useful Invoker implementations.

See:
          Description

Class Summary
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.
 

Package org.apache.commons.proxy.invoker Description

This package contains some useful Invoker implementations.



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.