org.apache.james.transport.remotedeliverytester
Class TesterMailetConfig
java.lang.Object
org.apache.james.transport.remotedeliverytester.TesterMailetConfig
- All Implemented Interfaces:
- org.apache.mailet.MailetConfig
public class TesterMailetConfig
- extends java.lang.Object
- implements org.apache.mailet.MailetConfig
Constructor Summary |
TesterMailetConfig(Tester owner,
java.util.Properties properties,
org.apache.avalon.framework.service.ServiceManager serviceManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TesterMailetConfig
public TesterMailetConfig(Tester owner,
java.util.Properties properties,
org.apache.avalon.framework.service.ServiceManager serviceManager)
getWrappedSpoolRepository
public org.apache.james.services.SpoolRepository getWrappedSpoolRepository()
setWrappedSpoolRepository
public void setWrappedSpoolRepository(org.apache.james.services.SpoolRepository wrappedSpoolRepository)
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in interface org.apache.mailet.MailetConfig
getInitParameterNames
public java.util.Iterator getInitParameterNames()
- Specified by:
getInitParameterNames
in interface org.apache.mailet.MailetConfig
getMailetContext
public org.apache.mailet.MailetContext getMailetContext()
- Specified by:
getMailetContext
in interface org.apache.mailet.MailetConfig
getMailetName
public java.lang.String getMailetName()
- Specified by:
getMailetName
in interface org.apache.mailet.MailetConfig
onMailetContextGetSMTPHostAddresses
public java.util.Iterator onMailetContextGetSMTPHostAddresses(java.lang.String domainName)
onMailetContextBounce
public void onMailetContextBounce(org.apache.mailet.Mail mail,
java.lang.String message)
onMailetContextSendMail
public void onMailetContextSendMail(org.apache.mailet.Mail mail)
onOutgoingAccept
public void onOutgoingAccept(org.apache.mailet.Mail mail)
onOutgoingRemove
public void onOutgoingRemove(java.lang.String key)
onOutgoingRemove
public void onOutgoingRemove(org.apache.mailet.Mail mail)
onOutgoingStore
public void onOutgoingStore(org.apache.mailet.Mail mc)
Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.