public class EventBeanManufacturerBean extends Object implements EventBeanManufacturer
Constructor and Description |
---|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventAdapterService service,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
make(Object[] propertyValues)
Make an event object populating property values.
|
Object |
makeUnderlying(Object[] propertyValues) |
public EventBeanManufacturerBean(BeanEventType beanEventType, EventAdapterService service, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService) throws EventBeanManufactureException
beanEventType
- target typeservice
- factory for eventsproperties
- written propertiesengineImportService
- for resolving write methodsEventBeanManufactureException
- if the write method lookup failpublic EventBean make(Object[] propertyValues)
EventBeanManufacturer
make
in interface EventBeanManufacturer
propertyValues
- values to populatepublic Object makeUnderlying(Object[] propertyValues)
makeUnderlying
in interface EventBeanManufacturer