Configuring custom plug-in information

If you are using a custom message formatter or custom message sender processor, you must enter the following information in the Plug-in Class Information page of the Create Connection wizard.

  1. Custom Message Formatter – if you selected Customized Plug-in Class in the General Connection Information wizard, it means you will be loading a custom formatter. 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. Custom Sender – if you selected CUSTOM as your outbound type, it means you will be loading a custom sender. 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
    

If you have just configured outbound information, return to step 13 in “Adding and configuring a new connection”.