net.vidageek.mirror.proxy
Class DynamicInvocationHadler

java.lang.Object
  extended by net.vidageek.mirror.proxy.DynamicInvocationHadler
All Implemented Interfaces:
InvocationHandler

public class DynamicInvocationHadler
extends Object
implements InvocationHandler

Author:
Juliano Alves

Constructor Summary
DynamicInvocationHadler(MethodInterceptor... methodInterceptors)
           
 
Method Summary
 Object invoke(Object target, Method method, Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicInvocationHadler

public DynamicInvocationHadler(MethodInterceptor... methodInterceptors)
Method Detail

invoke

public Object invoke(Object target,
                     Method method,
                     Object[] parameters)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011 VidaGeek.net. All Rights Reserved.