org.apache.james.transport
Class MatchLoader

java.lang.Object
  |
  +--org.apache.james.transport.MatchLoader
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable

public class MatchLoader
extends java.lang.Object
implements org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable

Author:
Serge Knystautas , Federico Barbieri

Constructor Summary
MatchLoader()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 Matcher getMatcher(java.lang.String matchName, MailetContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchLoader

public MatchLoader()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

getMatcher

public Matcher getMatcher(java.lang.String matchName,
                          MailetContext context)
                   throws javax.mail.MessagingException


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."