org.apache.openejb.core
Class MailSessionFactory

java.lang.Object
  extended by org.apache.openejb.core.MailSessionFactory

public class MailSessionFactory
extends Object


Constructor Summary
MailSessionFactory()
           
 
Method Summary
 javax.mail.Session create()
           
 Properties getProperties()
           
 void setProperties(Properties properties)
           
 void setUseDefault(boolean useDefault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSessionFactory

public MailSessionFactory()
Method Detail

create

public javax.mail.Session create()

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

setUseDefault

public void setUseDefault(boolean useDefault)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.