public class NestedInvocationHandler extends Object implements InvocationHandler
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_METHOD_NAME_TOKEN |
protected static org.apache.commons.logging.Log |
logger |
protected Map |
routers |
Constructor and Description |
---|
NestedInvocationHandler(NestedRouter router) |
Modifier and Type | Method and Description |
---|---|
void |
addRouterForInterface(NestedRouter router) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
String |
toString() |
public static final String DEFAULT_METHOD_NAME_TOKEN
protected static org.apache.commons.logging.Log logger
protected Map routers
public NestedInvocationHandler(NestedRouter router)
public void addRouterForInterface(NestedRouter router)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.