Configuring Custom Plug-in Information

If you are using a custom message formatter or custom message sender processor, define the plug-in class information using the Create Connection wizard.

  1. Select Customized Plug-in Class in the General Connection Information wizard to load a custom formatter, and enter the class name for your custom message formatter in the Message Formatter Plug-in Class field. For example, enter:
    sample.MyMessageFormatter

    If you have a property file associated with this custom message formatter, enter it, along with the full path name in the Message Formatter Properties File field. For example, enter:

    \classes\myclasses\MyMessageFormatter.prop
  2. Select CUSTOM as your outbound type to load a custom sender, and enter the class name for your custom sender in the Sender Processor Plug-in Class field. For example, enter:
    sample.FileSender
    If you have a property file associated with this custom sender, enter it along with the full path name in the Sender Processer Properties File field. For example, enter:
    \classes\myclasses\MyCustomFileSender.prop
Related tasks
Creating and Configuring a New Connection