public interface MessageBuilder
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
buildMessage(javax.jms.Session session,
LogEvent event)
Creation of a new message.
|
javax.jms.Message buildMessage(javax.jms.Session session,
LogEvent event)
throws javax.jms.JMSException
session - the session against which the message will be createdevent - the log eventjavax.jms.JMSException - if a messaging error occursCopyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.