org.wso2.carbon.event.builder.admin.internal.util.dto.converter
Class GenericDtoConverter

java.lang.Object
  extended by org.wso2.carbon.event.builder.admin.internal.util.DtoConverter
      extended by org.wso2.carbon.event.builder.admin.internal.util.dto.converter.GenericDtoConverter

public class GenericDtoConverter
extends DtoConverter


Constructor Summary
GenericDtoConverter()
           
 
Method Summary
 EventBuilderConfigurationDto fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
          Returns an EventBuilderConfigurationDto for the passed in EventBuilderConfiguration
 
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

GenericDtoConverter

public GenericDtoConverter()
Method Detail

fromEventBuilderConfiguration

public EventBuilderConfigurationDto fromEventBuilderConfiguration(org.wso2.carbon.event.builder.core.config.EventBuilderConfiguration eventBuilderConfiguration)
                                                           throws EventBuilderAdminServiceException
Description copied from class: DtoConverter
Returns an EventBuilderConfigurationDto for the passed in EventBuilderConfiguration

Specified by:
fromEventBuilderConfiguration in class DtoConverter
Parameters:
eventBuilderConfiguration - the event builder configuration that needs to be converted to a DTO
Returns:
an EventBuilderConfigurationDto instance that matches the passed in EventBuilderConfiguration
Throws:
EventBuilderAdminServiceException


Copyright © 2015 WSO2. All rights reserved.