Uses of Interface
org.apache.james.transport.MailProcessor

Packages that use MailProcessor
org.apache.james.transport Classes that implement the matcher/mailet processing chain. 
 

Uses of MailProcessor in org.apache.james.transport
 

Classes in org.apache.james.transport that implement MailProcessor
 class LinearProcessor
          Implements a processor for mails, directing the mail down the chain of matchers/mailets.
 class StateAwareProcessorList
          This class is responsible for creating a set of named processors and directing messages to the appropriate processor (given the State of the mail)
 

Methods in org.apache.james.transport that return MailProcessor
 MailProcessor ProcessorList.getProcessor(java.lang.String name)
           
 MailProcessor StateAwareProcessorList.getProcessor(java.lang.String name)
           
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.