org.apache.james.transport
Interface MailetContainer

All Known Implementing Classes:
LinearProcessor

public interface MailetContainer

interface for mailet/matcher-containing processors.


Method Summary
 java.util.List getMailetConfigs()
          retrieve mailet configuration data for introspection
 java.util.List getMatcherConfigs()
          retrieve matcher configuration data for introspection
 void setMailetLoader(MailetLoader mailetLoader)
          Set the MailetLoader
 void setMatchLoader(MatcherLoader matchLoader)
          Set the MatcherLoader
 

Method Detail

setMailetLoader

void setMailetLoader(MailetLoader mailetLoader)
Set the MailetLoader

Parameters:
mailetLoader - the MailetLoader

setMatchLoader

void setMatchLoader(MatcherLoader matchLoader)
Set the MatcherLoader

Parameters:
matchLoader - the MatcherLoader

getMailetConfigs

java.util.List getMailetConfigs()
retrieve mailet configuration data for introspection

Returns:
List

getMatcherConfigs

java.util.List getMatcherConfigs()
retrieve matcher configuration data for introspection

Returns:
List


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