public class DataLineMessageHookHandler extends DataLineMessageHookHandler
DataLineMessageHookHandler which will use the wired DeliverToRecipientHook's to deliver the message to all the valid recipients.| Constructor and Description |
|---|
DataLineMessageHookHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getMarkerInterfaces()
Return a List of interfaces of plugins that will
extend this.
|
protected Response |
processExtensions(SMTPSession session,
MailEnvelopeImpl mail) |
void |
wireExtensions(Class interfaceName,
List extension)
Method called during initialization after all the handlers have been declared
in the ProtocolHandlerChain.
|
checkMessageHookCount, onLineprotected Response processExtensions(SMTPSession session, MailEnvelopeImpl mail)
processExtensions in class DataLineMessageHookHandlerpublic List<Class<?>> getMarkerInterfaces()
ExtensibleHandlergetMarkerInterfaces in interface ExtensibleHandlergetMarkerInterfaces in class DataLineMessageHookHandlerExtensibleHandler.getMarkerInterfaces()public void wireExtensions(Class interfaceName, List extension) throws WiringException
ExtensibleHandlerwireExtensions in interface ExtensibleHandlerwireExtensions in class DataLineMessageHookHandlerextension - a list of objects implementing the marker interfaceWiringExceptionExtensibleHandler.wireExtensions(java.lang.Class, java.util.List)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.