org.jbpm.pvm.internal.email.impl
Class MailServer
java.lang.Object
org.jbpm.pvm.internal.email.impl.MailServer
public class MailServer
- extends java.lang.Object
Settings for establishing a session with a mail server.
- Author:
- Brad Davis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailServer
public MailServer()
getAddressFilter
public AddressFilter getAddressFilter()
setAddressFilter
protected void setAddressFilter(AddressFilter filter)
getSessionProperties
public java.util.Properties getSessionProperties()
setSessionProperties
protected void setSessionProperties(java.util.Properties sessionProperties)
getAuthenticator
public javax.mail.Authenticator getAuthenticator()
setAuthenticator
protected void setAuthenticator(javax.mail.Authenticator authenticator)
getMailSession
public javax.mail.Session getMailSession()
setMailSession
protected void setMailSession(javax.mail.Session mailSession)
Copyright © 2010 JBoss Community. All Rights Reserved.