Package rabbit.data.internal.xml.convert

Examples of rabbit.data.internal.xml.convert.CommandEventConverter


public class CommandEventStorerTest extends
    AbstractStorerTest<CommandEvent, CommandEventType, CommandEventListType> {

  @Override
  protected CommandEventStorer createStorer() {
    return new CommandEventStorer(new CommandEventConverter(),
                                  new CommandEventTypeMerger(),
                                  DataStore.COMMAND_STORE);
  }
View Full Code Here


public class CommandEventConverterTest extends
    AbstractConverterTest<CommandEvent, CommandEventType> {

  @Override
  protected CommandEventConverter createConverter() {
    return new CommandEventConverter();
  }
View Full Code Here

TOP

Related Classes of rabbit.data.internal.xml.convert.CommandEventConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.