public class MailSessionFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<javax.mail.Session>
| Constructor and Description |
|---|
MailSessionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.mail.Session |
createInstance() |
java.lang.Class<javax.mail.Session> |
getObjectType() |
void |
setPropertyPrefix(java.lang.String propertyPrefix) |
public java.lang.Class<javax.mail.Session> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<javax.mail.Session>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<javax.mail.Session>public void setPropertyPrefix(java.lang.String propertyPrefix)
protected javax.mail.Session createInstance()
throws java.lang.Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<javax.mail.Session>java.lang.Exception