Creating new custom sender and custom formatter classes

To create and manipulate a user-defined property page, you must implement two new interfaces, RepraCustomClient and RepraCustomTransactionFormatter. Both add the same two new methods to the methods already implemented by RepraClient and RepTransactionFormatter:

public void setConfigProps(String custPropsFile):
public String getConfigProps();

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

These new interfaces provide two new samples, CustomMessageFormatter.java, and MailClientCustom.java, to the RepConnector installation’s sample/client directory. MailClientCustom uses a custom configuration file named sender.props, also in the sample directory.