org.apache.camel.component.jms
Class MessageListenerProcessor
java.lang.Object
org.apache.camel.component.jms.MessageListenerProcessor
- All Implemented Interfaces:
- MessageListener
public class MessageListenerProcessor
- extends Object
- implements MessageListener
Represents a JMS MessageListener
which can be used directly with any
JMS template or derived from to create an MDB for processing messages using a
Processor
- Version:
- $Revision:520964 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageListenerProcessor
public MessageListenerProcessor(JmsEndpoint endpoint,
org.apache.camel.Processor processor)
onMessage
public void onMessage(Message message)
- Specified by:
onMessage
in interface MessageListener
Copyright © 2007 Apache Software Foundation. All Rights Reserved.