Documentation
Documentation
  • Themes
    • Themes
    • Default
    • Bootswatch Themes
    • Slate
  • Table of Contents
    • Table of Contents

  1. You are here
  2. Home
  3. docs
  4. Programmer's Reference
  5. Adding custom channels
  6. Implementing Channel’s Source and Sink
  7. MessageBuilder class

Sidebar
  • Introduction
  • Quick Tour
  • Installation Guide
  • Getting Started
  • AwareIM Concepts
  • Configuring Applications
  • Rule Language
  • Actions And Functions
  • Mobile Applications
  • How To...
  • Programmer's Reference
    • Adding programming extensions to AwareIM
    • General Guidelines
    • Adding custom processes
    • Adding custom channels
      • Implementing Channel’s Source and Sink
        • Writing a Sink
        • Writing a Source
        • Handling replies to service requests
        • MessageInterpreter class
        • MessageBuilder class
      • Implementing Channel Type component
      • Implementing Channel Settings Editor
    • Adding function libraries
    • Adding custom document types
    • Adding report scriptlets
    • Writing client-side plugins
    • Methods
    • Appendix A: correspondence of attribute types and Java types
  • AI Integration
  • Videos
  • Case Study
  • Glossary
  • Appendices
  • Changelog
  • Show pagesource
  • Old revisions
  • Backlinks
  • Export to PDF
  • Back to top
Programmers Reference, MessageBuilder Class

MessageBuilder class

The MessageBuilder class allows creating DataObject’s in the format that AwareIM understands so that a message can be sent to AwareIM. The following public methods can be used:

  • addNotification (EntityIdentifier, INotification)
  • addServiceRequest (String, String, Object [])
  • MessageBuilder ()
programmers reference messagebuilder class
Log In