FileDocCategorySizeDatePackage
MessageHandler.javaAPI DocApache James 2.3.11576Fri Jan 12 12:56:26 GMT 2007org.apache.james.smtpserver

MessageHandler

public interface MessageHandler
Custom message handlers must implement this interface The message handlers will be server-wide common to all the SMTPHandlers, therefore the handlers must store all the state information in the SMTPSession object

Fields Summary
Constructors Summary
Methods Summary
public voidonMessage(SMTPSession session)