org.apache.camel.component.jms
Class MessageListenerProcessor

java.lang.Object
  extended by 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 $

Constructor Summary
MessageListenerProcessor(JmsEndpoint endpoint, org.apache.camel.Processor 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 processor)
Method Detail

onMessage

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.