org.jboss.seam.remoting
Class AnnotationInvocationHandler

java.lang.Object
  extended by org.jboss.seam.remoting.AnnotationInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class AnnotationInvocationHandler
extends Object
implements InvocationHandler

Author:
Shane Bryzak

Constructor Summary
AnnotationInvocationHandler(Class<? extends Annotation> annotationType, Map<String,Object> memberValues)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationInvocationHandler

public AnnotationInvocationHandler(Class<? extends Annotation> annotationType,
                                   Map<String,Object> memberValues)
Method Detail

invoke

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

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Seam Framework. All Rights Reserved.