public class JmsProxyHandler extends Object implements InvocationHandler
Constructor and Description |
---|
JmsProxyHandler(JmsBean<?> jmsComponent,
Class<?> injectionClazz) |
Modifier and Type | Method and Description |
---|---|
static void |
clearConnections() |
Object |
invoke(Object instance,
Method method,
Method proceed,
Object[] arguments) |
Object |
invoke(Object instance,
Method method,
Object[] arguments) |
public Object invoke(Object instance, Method method, Method proceed, Object[] arguments) throws Throwable
Throwable
public Object invoke(Object instance, Method method, Object[] arguments) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static void clearConnections()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.