Modifier and Type | Method and Description |
---|---|
MailRepository |
MailRepositoryStoreBeanFactory.select(String destination)
This method accept a Configuration object as hint and return the
corresponding MailRepository.
|
Modifier and Type | Method and Description |
---|---|
MailRepository |
MailRepositoryStore.select(String url)
Select the
MailRepository for the given url |
Modifier and Type | Class and Description |
---|---|
class |
FileMailRepository
Implementation of a MailRepository on a FileSystem.
|
class |
MBoxMailRepository
Implementation of a MailRepository using UNIX mbox files.
|
Modifier and Type | Class and Description |
---|---|
class |
JCRMailRepository
Mail repository that is backed by a JCR content repository.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCMailRepository
Implementation of a MailRepository on a database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMailRepository
This class represent an AbstractMailRepository.
|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.