Writing Custom Handlers
Endpoints and Handlers 157
The following method sends data to the specified endpoint.
T Metadata provides information about the external system and the
interface.
T Data is the XML data.
T DestinationMap specifies the endpoint.
sendData(Map metaData, byte[] data, Map destinationMap)
The handler class displays the properties for which you must specify values. The
FTPHandler.java file in the psdi.iface.samples directory contains an example of
the handler.