Package com.cysols.iodef.transport

IODEF message transport/reception API are provided by this package.

See:
          Description

Class Summary
IodefXMLFileAcceptor This class provides IODEF message reception API from network through the various ways.
IodefXMLFileSender This class provides a IODEF message transfer API via network through the various ways.
MailTransporter This class is used to transport an IODEF xml file through SMTP.
 

Exception Summary
TransportFailedException The exception repsesents a failure to transport a xml file.
 

Package com.cysols.iodef.transport Description

IODEF message transport/reception API are provided by this package. Abstract IODEFXMLSender class and IODEFAcceptor class are prepared. And an concrete xml sending API through SMTP are implemented in this package. The SMTP-based transpoter is just a Utility class and will be used in your concrete sender class.