org.enhydra.shark.toolagent
Interface MailMessageHandler

All Known Implementing Classes:
DefaultMailMessageHandler

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

public 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

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

receiveMail

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