org.apache.shindig.protocol.conversion
Class BeanDelegator.DelegateInvocationHandler

java.lang.Object
  extended by org.apache.shindig.protocol.conversion.BeanDelegator.DelegateInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
BeanDelegator

protected class BeanDelegator.DelegateInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
BeanDelegator.DelegateInvocationHandler(Object source)
           
BeanDelegator.DelegateInvocationHandler(Object source, Map<String,Object> extraFields)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
          Proxy the interface function to the source object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDelegator.DelegateInvocationHandler

public BeanDelegator.DelegateInvocationHandler(Object source)

BeanDelegator.DelegateInvocationHandler

public BeanDelegator.DelegateInvocationHandler(Object source,
                                               Map<String,Object> extraFields)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
Proxy the interface function to the source object

Specified by:
invoke in interface InvocationHandler


Copyright © 2007-2012. All Rights Reserved.