Package org.knapper.core.internal.messages

Examples of org.knapper.core.internal.messages.MessageImpl


  public static IMessage createMessage(
      IRole sender,
      IRole destination,
      IMessageBody messageBody) {
   
    return new MessageImpl(sender, destination, messageBody);
  }
View Full Code Here

TOP

Related Classes of org.knapper.core.internal.messages.MessageImpl

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.