org.mule.routing.nested
Class NestedInvocationHandler
java.lang.Object
org.mule.routing.nested.NestedInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class NestedInvocationHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_METHOD_NAME_TOKEN
public static final String DEFAULT_METHOD_NAME_TOKEN
- See Also:
- Constant Field Values
logger
protected static Log logger
routers
protected Map routers
NestedInvocationHandler
protected NestedInvocationHandler(UMONestedRouter router)
addRouterForInterface
public void addRouterForInterface(UMONestedRouter router)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.