com.jproxy.proxy
Class DefaultServerInvocationInterceptor
java.lang.Object
com.jproxy.proxy.DefaultServerInvocationInterceptor
- All Implemented Interfaces:
- IServerInvocationInterceptor
- Direct Known Subclasses:
- AxisInvocationInterceptor
- public class DefaultServerInvocationInterceptor
- extends java.lang.Object
- implements IServerInvocationInterceptor
Method Summary |
java.lang.Object |
construct(long sessionId,
java.lang.reflect.Constructor constr,
java.lang.Object[] args)
|
void |
destroy(java.util.Vector sessionIds,
java.lang.Object obj)
|
java.lang.Object |
invoke(long sessionId,
java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServerInvocationInterceptor
public DefaultServerInvocationInterceptor()
invoke
public java.lang.Object invoke(long sessionId,
java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.reflect.InvocationTargetException
- Specified by:
invoke
in interface IServerInvocationInterceptor
- Throws:
java.lang.reflect.InvocationTargetException
construct
public java.lang.Object construct(long sessionId,
java.lang.reflect.Constructor constr,
java.lang.Object[] args)
throws java.lang.reflect.InvocationTargetException
- Specified by:
construct
in interface IServerInvocationInterceptor
- Throws:
java.lang.reflect.InvocationTargetException
destroy
public void destroy(java.util.Vector sessionIds,
java.lang.Object obj)
throws java.lang.reflect.InvocationTargetException
- Specified by:
destroy
in interface IServerInvocationInterceptor
- Throws:
java.lang.reflect.InvocationTargetException
Copyright © JProxy LLC. All Rights Reserved.