To create a user-defined property page, 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.