public class EventReceiverConfigurationDto extends Object
| Constructor and Description |
|---|
EventReceiverConfigurationDto() |
public String getEventReceiverName()
public void setEventReceiverName(String eventReceiverName)
public String getToStreamNameWithVersion()
public void setToStreamNameWithVersion(String toStreamNameWithVersion)
public InputAdapterConfigurationDto getFromAdapterConfigurationDto()
public void setFromAdapterConfigurationDto(InputAdapterConfigurationDto fromAdapterConfigurationDto)
public String getMessageFormat()
public void setMessageFormat(String messageFormat)
public EventMappingPropertyDto[] getMappingPropertyDtos()
public void setMappingPropertyDtos(EventMappingPropertyDto[] mappingPropertyDtos)
public boolean isCustomMappingEnabled()
public void setCustomMappingEnabled(boolean customMappingEnabled)
public EventMappingPropertyDto[] getMetaMappingPropertyDtos()
public void setMetaMappingPropertyDtos(EventMappingPropertyDto[] metaMappingPropertyDtos)
public EventMappingPropertyDto[] getCorrelationMappingPropertyDtos()
public void setCorrelationMappingPropertyDtos(EventMappingPropertyDto[] correlationMappingPropertyDtos)
public EventMappingPropertyDto[] getXpathDefinitionMappingPropertyDtos()
public void setXpathDefinitionMappingPropertyDtos(EventMappingPropertyDto[] xpathDefinitionMappingPropertyDtos)
public String getParentSelectorXpath()
public void setParentSelectorXpath(String parentSelectorXpath)
Copyright © 2015 WSO2. All rights reserved.