org.apache.axis2.transport.mail
Class MailWorker

java.lang.Object
  extended byorg.apache.axis2.transport.mail.MailWorker
All Implemented Interfaces:
Runnable

public class MailWorker
extends Object
implements Runnable


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
MailWorker(javax.mail.internet.MimeMessage mimeMessage, ConfigurationContext reg)
          Constructor for MailWorker
 
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
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

MailWorker

public MailWorker(javax.mail.internet.MimeMessage mimeMessage,
                  ConfigurationContext reg)
Constructor for MailWorker

Parameters:
mimeMessage -
reg -
Method Detail

run

public void run()
The main workhorse method.

Specified by:
run in interface Runnable