Creating new custom sender and custom formatter classes

To create a user-defined property page, implement two interfaces, RepraCustomClient and RepraCustomTransactionFormatter. Both 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.

Two samples, CustomMessageFormatter.java, and MailClientCustom.java, have been added to the RepConnector installation’s sample/client directory. MailClientCustom uses a custom configuration file named sender.props, which is also in the sample directory.