To create a customized sender processor that runs within the RepConnector environment:
Create a sender processor for your application by implementing the com.sybase.connector.repra.RepraClient interface.To use RepConnector to load a property page, implement com.sybase.connector.repra.RepraCustomClient.
Use the RepConnector Manager Add Connection wizard to create a RepConnector connection that routes events to the custom sender processor.
Select Replication as the inbound type when you configure the new connection, and select Custom as the outbound type.
Later in the wizard, enter the name of your custom class. If your custom class loads a property page, enter the full path as well as the file name of the property page.
Modify the system environment to add the customized sender processor.
Define the full path of the jar file or the directory containing the customized sender processor:
For EAServer – the Java classes properties.
For WebLogic – CLASSPATH in repra_env.sh file.
For detailed steps, see “Building the runtime environment for the customized formatter processor”.
Shut down and restart the application server. You must restart the application server before accessing the customized sender processor.