Uses of Interface
com.ericdaugherty.mail.server.persistence.LocalDeliveryProcessor

Packages that use LocalDeliveryProcessor
com.ericdaugherty.mail.server.persistence   
com.ericdaugherty.mail.server.persistence.localDelivery   
 

Uses of LocalDeliveryProcessor in com.ericdaugherty.mail.server.persistence
 

Methods in com.ericdaugherty.mail.server.persistence that return LocalDeliveryProcessor
 LocalDeliveryProcessor LocalDeliveryFactory.getLocalDeliveryProccessor()
           
 

Uses of LocalDeliveryProcessor in com.ericdaugherty.mail.server.persistence.localDelivery
 

Classes in com.ericdaugherty.mail.server.persistence.localDelivery that implement LocalDeliveryProcessor
 class SimpleFileIOProcessor
          This class offers the means of persisting a message to a local user's mailbox.
 class TestingFileIOProcessor