public class MaildirMailboxSessionMapperFactory extends MailboxSessionMapperFactory<Integer>
MAILBOXMAPPER, MESSAGEMAPPER, SUBSCRIPTIONMAPPER| Constructor and Description |
|---|
MaildirMailboxSessionMapperFactory(MaildirStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected MailboxMapper<Integer> |
createMailboxMapper(MailboxSession session)
Create a
MailboxMapper instance which will get reused during the whole MailboxSession |
protected MessageMapper<Integer> |
createMessageMapper(MailboxSession session)
Create a
MessageMapper instance which will get reused during the whole MailboxSession |
protected SubscriptionMapper |
createSubscriptionMapper(MailboxSession session)
Create a
SubscriptionMapper instance which will get reused during the whole MailboxSession |
endProcessingRequest, getMailboxMapper, getMessageMapper, getSubscriptionMapper, startProcessingRequestpublic MaildirMailboxSessionMapperFactory(MaildirStore store)
protected MailboxMapper<Integer> createMailboxMapper(MailboxSession session) throws MailboxException
MailboxSessionMapperFactoryMailboxMapper instance which will get reused during the whole MailboxSessioncreateMailboxMapper in class MailboxSessionMapperFactory<Integer>MailboxExceptionprotected MessageMapper<Integer> createMessageMapper(MailboxSession session) throws MailboxException
MailboxSessionMapperFactoryMessageMapper instance which will get reused during the whole MailboxSessioncreateMessageMapper in class MailboxSessionMapperFactory<Integer>MailboxExceptionprotected SubscriptionMapper createSubscriptionMapper(MailboxSession session) throws SubscriptionException
MailboxSessionMapperFactorySubscriptionMapper instance which will get reused during the whole MailboxSessioncreateSubscriptionMapper in class MailboxSessionMapperFactory<Integer>SubscriptionExceptionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.