org.glassfish.apf
Interface ComponentInfo

All Known Implementing Classes:
ComponentDefinition

public interface ComponentInfo

This class encapsulates information about a component (usually a Java EE component).

Author:
Jerome Dochez

Method Summary
 Constructor[] getConstructors()
           
 Field[] getFields()
           
 Method[] getMethods()
           
 

Method Detail

getConstructors

Constructor[] getConstructors()

getMethods

Method[] getMethods()

getFields

Field[] getFields()


Copyright © 2012 GlassFish Community. All Rights Reserved.