| mailsb.MimePartDSMailerHome
MimePartDSMailerHome | public interface MimePartDSMailerHome extends EJBHome(Code) | | Home interface for the bean Mailer
Work with javax.mail.internet.MimePartDataSource
author: Florent Benoit author: Ludovic Bert |
Method Summary | |
MimePartDSMailer | create(String name) Create a bean with a specific name
Parameters: name - the name of the bean throws: CreateException - if the bean creation failed. throws: RemoteException - if the call failed. |
|
|