FileDocCategorySizeDatePackage
BeanContextServiceProviderBeanInfo.javaAPI DocJava SE 5 API908Fri Aug 26 14:56:58 BST 2005java.beans.beancontext

BeanContextServiceProviderBeanInfo

public interface BeanContextServiceProviderBeanInfo implements BeanInfo
A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services.

Fields Summary
Constructors Summary
Methods Summary
public java.beans.BeanInfo[]getServicesBeanInfo()
Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.

return
the BeanInfo array