class: EmailHandlingBean

public class: EmailHandlingBean
Author: Galina Stancheva (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:50; Modified: 16.07.2009 15:12:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6D40C817-D039-4633-B847-6B5258EB0124}
EJB implementation of interface {@link EmailHandling}.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: EmailHandling

See also: EmailHandling

Appears in: emailhandling

Connections
 
Custom Properties
 
EmailHandlingBean Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(EmailHandlingBean.class)
Notes: Logger for this class.
 
EmailHandlingBean Methods
Operation Details
protected
addAtachments(
   String[] attachments,
   Multipart multipart):void
Sequential
Tags: throws=MessagingException,AddressException
Notes: A method to ass attachment files to a message
public
sendMail(
   String smtpHost,
   String usr,
   String pwd,
   String senderAddress,
   String[] recipientsAddresses,
   String[] recipientsCCAddresses,
   String[] recipientsBCCAddresses,
   String[] replytoAddresses,
   String subject,
   String text,
   String[] attachments):String
Sequential
Tags: throws=TechnicalException
Notes: {@inheritDoc}
 
EmailHandlingBean Tagged Values
Tag Value Notes
annotations @Stateless@Remote@RemoteBinding(jndiBinding = EmailHandling.SERVICE_NAME)@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)