The image shows how to implement the publish method of the DatabasePublisher interface. The code is as follows:
public class MyPublisher implements DataPublisher
{
public MyPublisher()
{
}
public void publish (ITSensorAction action,
(ITSensorActionData, actionData,
Element xml) throws Exception
and so on.