cz.utb.fai.simkovicp.pki.mail.facade
Class MailFacadeBean

java.lang.Object
  extended by cz.utb.fai.simkovicp.pki.mail.facade.MailFacadeBean
All Implemented Interfaces:
MailFacadeRemote

public class MailFacadeBean
extends java.lang.Object
implements MailFacadeRemote

This class provides the email operations.


Constructor Summary
MailFacadeBean()
           
 
Method Summary
 byte[] send(java.util.List<Recipient> recipients, java.lang.String subject, java.lang.String body, java.util.List<Attachment> attachments, boolean sign, boolean encrypt, EncryptionBean signBean, EncryptionBean encBean, boolean out)
           
 cz.utb.fai.simkovicp.pki.verification.result.VerificationResult verify(byte[] smime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailFacadeBean

public MailFacadeBean()
Method Detail

send

public byte[] send(java.util.List<Recipient> recipients,
                   java.lang.String subject,
                   java.lang.String body,
                   java.util.List<Attachment> attachments,
                   boolean sign,
                   boolean encrypt,
                   EncryptionBean signBean,
                   EncryptionBean encBean,
                   boolean out)
            throws MailException
Specified by:
send in interface MailFacadeRemote
Throws:
MailException

verify

public cz.utb.fai.simkovicp.pki.verification.result.VerificationResult verify(byte[] smime)
                                                                       throws MailException
Specified by:
verify in interface MailFacadeRemote
Throws:
MailException