org.apache.james.transport
Interface ProcessorList

All Known Implementing Classes:
StateAwareProcessorList

public interface ProcessorList

provide access on child processor


Method Summary
 MailProcessor getProcessor(java.lang.String name)
           
 java.lang.String[] getProcessorNames()
           
 

Method Detail

getProcessorNames

java.lang.String[] getProcessorNames()
Returns:
names of all configured processor

getProcessor

MailProcessor getProcessor(java.lang.String name)
Returns:
access the child processor


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