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. MessageInterpreter 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

This is an old revision of the document!


Programmers Reference, MessageInterpreter Class

MessageInterpreter class

The MessageInterpreter class can be used to obtain the notification or service name and parameters from a message sent by Aware IM to an external party. The following public methods can be used:

  • getChannelValues ()
  • getNotification ()
  • getServiceName ()
  • getServiceParameters ()
  • isServiceRequest ()
  • MessageInterpreter (DataObject [])
programmers reference messageinterpreter class
Log In