com.jproxy.proxy.providers
Class AxisInvocationInterceptor

java.lang.Object
  extended bycom.jproxy.proxy.DefaultServerInvocationInterceptor
      extended bycom.jproxy.proxy.providers.AxisInvocationInterceptor
All Implemented Interfaces:
IServerInvocationInterceptor

public class AxisInvocationInterceptor
extends DefaultServerInvocationInterceptor


Constructor Summary
AxisInvocationInterceptor()
           
 
Method Summary
 java.lang.Object invoke(long sessionId, java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class com.jproxy.proxy.DefaultServerInvocationInterceptor
construct, destroy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisInvocationInterceptor

public AxisInvocationInterceptor()
Method Detail

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
Overrides:
invoke in class DefaultServerInvocationInterceptor
Throws:
java.lang.reflect.InvocationTargetException


Copyright © JProxy LLC. All Rights Reserved.