org.apache.axis2.transport.mail
Class MailWorker
java.lang.Object
org.apache.axis2.transport.mail.MailWorker
- All Implemented Interfaces:
- Runnable
- public class MailWorker
- extends Object
- implements Runnable
Method Summary |
void |
run()
The main workhorse method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailWorker
public MailWorker(javax.mail.internet.MimeMessage mimeMessage,
ConfigurationContext reg)
- Constructor for MailWorker
- Parameters:
mimeMessage
- reg
-
run
public void run()
- The main workhorse method.
- Specified by:
run
in interface Runnable