|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.event.builder.admin.internal.util.DtoConverter
org.wso2.carbon.event.builder.admin.internal.util.dto.converter.Wso2EventDtoConverter
public class Wso2EventDtoConverter
| Constructor Summary | |
|---|---|
Wso2EventDtoConverter()
|
|
| Method Summary | |
|---|---|
EventBuilderConfigurationDto |
fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
Returns an EventBuilderConfigurationDto for the passed in EventBuilderConfiguration |
org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration |
toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] metaData,
EventInputPropertyConfigurationDto[] correlationData,
EventInputPropertyConfigurationDto[] payloadData,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
|
| Methods inherited from class org.wso2.carbon.event.builder.admin.internal.util.DtoConverter |
|---|
getEventBuilderConfigurationInfoDto, getEventBuilderMessageProperties, getEventBuilderPropertiesFrom, setCommonPropertiesToEventBuilderConfig |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Wso2EventDtoConverter()
| Method Detail |
|---|
public org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration toEventBuilderConfiguration(String eventBuilderName,
String streamNameWithVersion,
String eventAdaptorName,
String eventAdaptorType,
EventInputPropertyConfigurationDto[] metaData,
EventInputPropertyConfigurationDto[] correlationData,
EventInputPropertyConfigurationDto[] payloadData,
PropertyDto[] inputPropertyConfiguration,
boolean mappingEnabled)
throws EventBuilderAdminServiceException
EventBuilderAdminServiceExceptionpublic EventBuilderConfigurationDto fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
DtoConverterEventBuilderConfigurationDto for the passed in EventBuilderConfiguration
fromEventBuilderConfiguration in class DtoConvertereventBuilderConfiguration - the event builder configuration that needs to be converted to a DTO
EventBuilderConfigurationDto instance that matches the passed in EventBuilderConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||