The DSEProcessor class extends the DSENotifier class and implements the Processor and the Externalizable interfaces.
The class diagram
Technical developers must extend the com.ibm.btt.automaton.htmlDSEHtmlProcessor class to customize the flow processor behavior for the HTML channel, or extend the com.ibm.btt.automatonDSEProcessor class for other channels.
After extending the UDTT default processor implementation, technical developers must register the new implementation in the class table of the btt.xml file and replace the original implementation class with the new implementation class. For example, for an HTML flow processor, the definition shown here: