org.jbpm.pvm.internal.email.impl
Class MailServer

java.lang.Object
  extended by 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

Constructor Summary
MailServer()
           
 
Method Summary
 AddressFilter getAddressFilter()
           
 javax.mail.Authenticator getAuthenticator()
           
 javax.mail.Session getMailSession()
           
 java.util.Properties getSessionProperties()
           
protected  void setAddressFilter(AddressFilter filter)
           
protected  void setAuthenticator(javax.mail.Authenticator authenticator)
           
protected  void setMailSession(javax.mail.Session mailSession)
           
protected  void setSessionProperties(java.util.Properties sessionProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailServer

public MailServer()
Method Detail

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.