Package net.messagevortex.transport
Interface TransportSender
- All Superinterfaces:
RunningDaemon
- All Known Subinterfaces:
Transport
- All Known Implementing Classes:
DummyTransportTrx,MailConnector,MailServer,SmtpImapServer,SmtpSender,TestPop3Handler,TestSmtpHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(String address, InputStream os) sends a message on the transport layer.Methods inherited from interface net.messagevortex.RunningDaemon
shutdownDaemon, startDaemon, stopDaemon
-
Method Details
-
sendMessage
sends a message on the transport layer.
This method is called by the blender layer to send a message.
- Parameters:
address- the string representation of the target address on the transport layeros- the outputstream providing the message- Throws:
IOException- if transport layer was unable to satisfy the request
-