Invocation API 1.1.0.Final

org.jboss.invocation.proxy.reflection
Class DefaultClassMetadataSource

java.lang.Object
  extended by org.jboss.invocation.proxy.reflection.DefaultClassMetadataSource
All Implemented Interfaces:
ClassMetadataSource

public class DefaultClassMetadataSource
extends Object
implements ClassMetadataSource

Author:
Stuart Douglas

Constructor Summary
DefaultClassMetadataSource(Class<?> clazz)
           
 
Method Summary
 Collection<Constructor<?>> getConstructors()
           
 Collection<Method> getDeclaredMethods()
           
 Method getMethod(String methodName, Class<?> returnType, Class<?>... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClassMetadataSource

public DefaultClassMetadataSource(Class<?> clazz)
Method Detail

getDeclaredMethods

public Collection<Method> getDeclaredMethods()
Specified by:
getDeclaredMethods in interface ClassMetadataSource

getMethod

public Method getMethod(String methodName,
                        Class<?> returnType,
                        Class<?>... parameters)
                 throws NoSuchMethodException
Specified by:
getMethod in interface ClassMetadataSource
Throws:
NoSuchMethodException

getConstructors

public Collection<Constructor<?>> getConstructors()
Specified by:
getConstructors in interface ClassMetadataSource

Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.