How would we configure a handler class that implements both CommandHandler and Message Handler? Will the DataCommandHandler call all the commandhandlers to see if they want add any header to final message?
Naren -----Original Message----- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 9:50 PM To: James Developers List Subject: Re: Fast-fail / Handlerchain change proposal Venkataraman, Narendra wrote: > With the design you are proposing, the protocol chain handler needs to > be aware of a Command handler called DATACommandHandler since it has > to associate the message handlers to DataCommandHandler. > > Is my understanding correct or am I missing something? No. The "message handlers" are fully handled by the default DataCmdHandler. The default SMTPHandler would be no more message/MessageHandler aware. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]