Invocation API 1.1.0.Final

org.jboss.invocation.proxy.reflection
Interface ClassMetadataSource

All Known Implementing Classes:
DefaultClassMetadataSource

public interface ClassMetadataSource

Interface that provides reflection data for a given class

Author:
Stuart Douglas

Method Summary
 Collection<Constructor<?>> getConstructors()
           
 Collection<Method> getDeclaredMethods()
           
 Method getMethod(String methodName, Class<?> returnType, Class<?>... parameters)
           
 

Method Detail

getDeclaredMethods

Collection<Method> getDeclaredMethods()

getMethod

Method getMethod(String methodName,
                 Class<?> returnType,
                 Class<?>... parameters)
                 throws NoSuchMethodException
Throws:
NoSuchMethodException

getConstructors

Collection<Constructor<?>> getConstructors()

Invocation API 1.1.0.Final

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