public interface BeanContextServiceProviderBeanInfo extends java.beans.BeanInfo
BeanContextServiceProviders implement this to provide information about all of the services they provide.
This is apparently so that you can import a bunch of services into a RAD tool and it will know about all of them and export them to the user in a readable manner.
| Modifier and Type | Method and Description |
|---|---|
java.beans.BeanInfo[] |
getServicesBeanInfo()
Get
BeanInfos for all of the service classes of this BeanInfoServiceProvider. |
java.beans.BeanInfo[] getServicesBeanInfo()
BeanInfos for all of the service classes of this BeanInfoServiceProvider.BeanInfos for all provided service classes.