alt.javax.mail
Class TransportImpl
java.lang.Object
alt.javax.mail.ServiceImpl
alt.javax.mail.TransportImpl
- All Implemented Interfaces:
- Service, Transport
- public class TransportImpl
- extends ServiceImpl
- implements Transport
Constructor Summary |
TransportImpl(javax.mail.Transport transport)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransportImpl
public TransportImpl(javax.mail.Transport transport)
send
public void send(Message message)
throws MessagingException
- Specified by:
send
in interface Transport
- Throws:
MessagingException
send
public void send(Message message,
Address[] addresses)
throws MessagingException
- Specified by:
send
in interface Transport
- Throws:
MessagingException
sendMessage
public void sendMessage(Message message,
Address[] addresses)
throws MessagingException
- Specified by:
sendMessage
in interface Transport
- Throws:
MessagingException
addTransportListener
public void addTransportListener(TransportListener transportListener)
- Specified by:
addTransportListener
in interface Transport
removeTransportListener
public void removeTransportListener(TransportListener transportListener)
- Specified by:
removeTransportListener
in interface Transport
Copyright © 2002 Mock Objects. All Rights Reserved.