Package com.sissi.protocol.message

Examples of com.sissi.protocol.message.Body


   *
   * @param content
   */
  public BindAddressCloseOthersProcessor(String content) {
    super();
    this.body = new Body(content);
  }
View Full Code Here


  private final Body body;

  public PresenceMucJoin2SelfMessageWarningProcessor(RoomBuilder room, String message) {
    super();
    this.room = room;
    this.body = new Body(message);
  }
View Full Code Here

TOP

Related Classes of com.sissi.protocol.message.Body

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.