org.apache.camel.jms
Class MessageListenerProcessor

java.lang.Object
  extended by org.apache.camel.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 client or derived from to create an MDB for processing messages using a Processor

Version:
$Revision: 520375 $

Constructor Summary
MessageListenerProcessor(JmsEndpoint endpoint, org.apache.camel.Processor<org.apache.camel.Exchange> processor)
           
 
Method Summary
 void onMessage(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageListenerProcessor

public MessageListenerProcessor(JmsEndpoint endpoint,
                                org.apache.camel.Processor<org.apache.camel.Exchange> processor)
Method Detail

onMessage

public void onMessage(Message message)
Specified by:
onMessage in interface MessageListener


Copyright © 2007 Apache Software Foundation. All Rights Reserved.