Creating New Custom Sender and Custom Formatter Classes

Create a user-defined property page by implementing two interfaces: RepraCustomClient and RepraCustomTransactionFormatter.

Both interfaces add the same two methods to RepraClient and RepTransactionFormatter:
public void setConfigProps(String custPropsFile):
public String getConfigProps();

setConfigProps sets the user-defined property page, while getConfigProps gets the user-defined property page.

There are two samples, CustomMessageFormatter.java, and MailClientCustom.java, in the RepConnector installation’s sample/client directory. MailClientCustom uses a custom configuration file named sender.props, which is also in the sample directory.