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

programmers reference messageinterpreter class

Sidebar
  • Quick Tour
  • Installation Guide
  • Getting Started
  • Aware IM Concepts
  • Configuring Applications
  • Rule Language
  • Actions And Functions
  • Mobile Applications
  • How To...
  • Programmer's Reference
    • 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
    • Adding programming extensions to Aware IM
    • General Guidelines
    • Methods
    • Appendix A: correspondence of attribute types and Java types
  • AI Integration
  • Videos
  • Case Study
  • Glossary
  • Appendices
  • Changelog
  • Introduction
  • Send via e-Mail
  • Print
  • Permalink

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 [])
  • Last modified: 2023/05/03 01:24
Log In