org.jboss.seam.mail.core
Class MailSessionProducer

java.lang.Object
  extended by org.jboss.seam.mail.core.MailSessionProducer

public class MailSessionProducer
extends Object

Author:
Cody Lerum

Constructor Summary
MailSessionProducer()
           
 
Method Summary
 javax.mail.Session getMailSession(org.jboss.seam.mail.core.MailConfig mailConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSessionProducer

public MailSessionProducer()
Method Detail

getMailSession

@Produces
@ExtensionManaged
public javax.mail.Session getMailSession(org.jboss.seam.mail.core.MailConfig mailConfig)


Copyright © 2012 Seam Framework. All Rights Reserved.