org.enhydra.shark.toolagent
Interface MailMessageHandler

All Known Implementing Classes:
DefaultMailMessageHandler, SMIMEMailMessageHandler

public interface MailMessageHandler


Method Summary
 void configure(CallbackUtilities cus, WMSessionHandle shandle, java.lang.String procId, java.lang.String assId, AppParameter[] aps)
           
 java.lang.String receiveMail()
           
 void sendMail()
           
 

Method Detail

configure

void configure(CallbackUtilities cus,
               WMSessionHandle shandle,
               java.lang.String procId,
               java.lang.String assId,
               AppParameter[] aps)
               throws java.lang.Exception
Throws:
java.lang.Exception

sendMail

void sendMail()
              throws java.lang.Exception
Throws:
java.lang.Exception

receiveMail

java.lang.String receiveMail()
                             throws java.lang.Exception
Throws:
java.lang.Exception