Package net.messagevortex.transport
Class MailConnector
java.lang.Object
net.messagevortex.AbstractDaemon
net.messagevortex.transport.MailConnector
- All Implemented Interfaces:
RunningDaemon,Transport,TransportSender
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(String address, InputStream os) sends a message on the transport layer.Methods inherited from class net.messagevortex.AbstractDaemon
shutdownDaemon, startDaemon, stopDaemonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.messagevortex.RunningDaemon
shutdownDaemon, startDaemon, stopDaemon
-
Constructor Details
-
MailConnector
-
-
Method Details
-
sendMessage
Description copied from interface:TransportSendersends a message on the transport layer.
This method is called by the blender layer to send a message.
- Specified by:
sendMessagein interfaceTransportSender- Parameters:
address- the string representation of the target address on the transport layeros- the outputstream providing the message
-