public class SystemMessageProcessor extends AbstractChainedProcessor<SystemMessage>
ImapProcessor.Responder| Constructor and Description |
|---|
SystemMessageProcessor(ImapProcessor next,
org.apache.james.mailbox.MailboxManager mailboxManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(SystemMessage message,
ImapProcessor.Responder responder,
ImapSession session)
Processes an acceptable message.
|
isAcceptable, processpublic SystemMessageProcessor(ImapProcessor next, org.apache.james.mailbox.MailboxManager mailboxManager)
protected void doProcess(SystemMessage message, ImapProcessor.Responder responder, ImapSession session)
AbstractChainedProcessorAbstractChainedProcessor.isAcceptable(ImapMessage) should be passed to this method.doProcess in class AbstractChainedProcessor<SystemMessage>message - M, not nullresponder - Responder, not nullsession - ImapSession, not nullCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.