org.apache.james.services
Interface MatcherLoader

All Known Implementing Classes:
JamesMatcherLoader

public interface MatcherLoader


Field Summary
static String ROLE
          The component role used by components implementing this service
 
Method Summary
 Matcher getMatcher(String matchName)
          Get a new Matcher with the specified name acting in the specified context.
 

Field Detail

ROLE

public static final String ROLE
The component role used by components implementing this service

See Also:
Constant Field Values
Method Detail

getMatcher

public Matcher getMatcher(String matchName)
                   throws MessagingException
Get a new Matcher with the specified name acting in the specified context.

Parameters:
matchName - the name of the matcher to be loaded
Throws:
MessagingException - if an error occurs


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."