Creating an Outgoing Communication Channel

EC Communication Channel can be configured to send outgoing messages. You can do this by creating a channel class and implement different methods in the class.

Creating an Outgoing Communication Channel

  1. Write an HTTPSOut class to enable EC Communication Plug-In to send outgoing messages.

    The outgoing communication class must implement the com.intentia.ec.shared.IMessageSender interface.

  2. Create the properties dialog UI used by the HTTPSOut class.
  3. Implement the following methods:
    • IMessageSender.send

    • IRouting.createContent

    • IRouting.setProperties

    • IRouting.getProperties

  4. Set up the Partner Administration Tool.