Uses of Class
org.wso2.carbon.event.builder.admin.exception.EventBuilderAdminServiceException

Packages that use EventBuilderAdminServiceException
org.wso2.carbon.event.builder.admin.internal.util   
org.wso2.carbon.event.builder.admin.internal.util.dto.converter   
 

Uses of EventBuilderAdminServiceException in org.wso2.carbon.event.builder.admin.internal.util
 

Methods in org.wso2.carbon.event.builder.admin.internal.util that throw EventBuilderAdminServiceException
abstract  EventBuilderConfigurationDto DtoConverter.fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
          Returns an EventBuilderConfigurationDto for the passed in EventBuilderConfiguration
 EventBuilderConfigurationInfoDto DtoConverter.getEventBuilderConfigurationInfoDto(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
           
 

Uses of EventBuilderAdminServiceException in org.wso2.carbon.event.builder.admin.internal.util.dto.converter
 

Methods in org.wso2.carbon.event.builder.admin.internal.util.dto.converter that throw EventBuilderAdminServiceException
 EventBuilderConfigurationDto GenericDtoConverter.fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
           
 org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration Wso2EventDtoConverter.toEventBuilderConfiguration(String eventBuilderName, String streamNameWithVersion, String eventAdaptorName, String eventAdaptorType, EventInputPropertyConfigurationDto[] metaData, EventInputPropertyConfigurationDto[] correlationData, EventInputPropertyConfigurationDto[] payloadData, PropertyDto[] inputPropertyConfiguration, boolean mappingEnabled)
           
 org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration TextDtoConverter.toEventBuilderConfiguration(String eventBuilderName, String streamNameWithVersion, String eventAdaptorName, String eventAdaptorType, EventInputPropertyConfigurationDto[] textMappingAttributes, PropertyDto[] inputPropertyConfiguration, boolean mappingEnabled)
           
 org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration MapDtoConverter.toEventBuilderConfiguration(String eventBuilderName, String streamNameWithVersion, String eventAdaptorName, String eventAdaptorType, EventInputPropertyConfigurationDto[] mapMappings, PropertyDto[] inputPropertyConfiguration, boolean mappingEnabled)
           
 org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration JsonDtoConverter.toEventBuilderConfiguration(String eventBuilderName, String streamNameWithVersion, String eventAdaptorName, String eventAdaptorType, EventInputPropertyConfigurationDto[] jsonPathExpressions, PropertyDto[] inputPropertyConfiguration, boolean mappingEnabled)
           
 org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration XmlDtoConverter.toEventBuilderConfiguration(String eventBuilderName, String streamNameWithVersion, String eventAdaptorName, String eventAdaptorType, EventInputPropertyConfigurationDto[] xpathExpressions, PropertyDto[] inputPropertyConfiguration, PropertyDto[] xpathDefinitions, String parentSelectorXpath, boolean mappingEnabled)
           
 



Copyright © 2015 WSO2. All rights reserved.