alt.javax.mail
Interface Transport
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- MockTransport, TransportImpl
- public interface Transport
- extends Service
send
public void send(Message message)
throws MessagingException
- Throws:
MessagingException
send
public void send(Message message,
Address[] addresses)
throws MessagingException
- Throws:
MessagingException
sendMessage
public void sendMessage(Message message,
Address[] addresses)
throws MessagingException
- Throws:
MessagingException
addTransportListener
public void addTransportListener(TransportListener transportListener)
removeTransportListener
public void removeTransportListener(TransportListener transportListener)
Copyright © 2002 Mock Objects. All Rights Reserved.