public class HessianJMSProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutboundName() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Handles the object invocation.
|
public java.lang.String getOutboundName()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerproxy - the proxy object to invokemethod - the method to callargs - the arguments to the proxy objectjava.lang.Throwable