public interface BasicMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
messageArrived(MessageContext context,
String from,
String to,
byte[] data)
Process a message that has just arrived.
|
void messageArrived(MessageContext context, String from, String to, byte[] data) throws RejectException
RejectException.from - source of messageto - destination of messagedata - message contentRejectException - when caller to be given an SMTP error responseCopyright © 2006–2024. All rights reserved.