com.caucho.hessian.io
Class AnnotationInvocationHandler

java.lang.Object
  extended by com.caucho.hessian.io.AnnotationInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class AnnotationInvocationHandler
extends Object
implements InvocationHandler

Proxy for a java annotation for known object types.


Constructor Summary
AnnotationInvocationHandler(Class annType, HashMap<String,Object> valueMap)
           
 
Method Summary
 boolean doEquals(Object value)
           
 int doHashCode()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationInvocationHandler

public AnnotationInvocationHandler(Class annType,
                                   HashMap<String,Object> valueMap)
Method Detail

invoke

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

doHashCode

public int doHashCode()

doEquals

public boolean doEquals(Object value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.