Uses of Interface
org.apache.james.api.jms.MailConsumer

Packages that use MailConsumer
org.apache.james.jms   
org.apache.james.jms.activemq   
org.apache.james.jms.consumer   
 

Uses of MailConsumer in org.apache.james.jms
 

Constructors in org.apache.james.jms with parameters of type MailConsumer
MailMessageListener(MailConsumer consumer, MailBuilder builder)
           
 

Uses of MailConsumer in org.apache.james.jms.activemq
 

Methods in org.apache.james.jms.activemq with parameters of type MailConsumer
 void BrokerManager.consumeQueue(MailConsumer consumer, MailBuilder builder, java.lang.String destination)
          Sets the consumer as the listener for the queue with the given name.
 void BrokerManager.subscribeToTopic(MailConsumer consumer, MailBuilder builder, java.lang.String destination)
          Subscribes the consumer to the topic with the given name.
 

Uses of MailConsumer in org.apache.james.jms.consumer
 

Classes in org.apache.james.jms.consumer that implement MailConsumer
 class LogConsumer
          Sample consumer just logs.
 class SpoolToJamesMailConsumer
          Consumes a mail message by sending it to the main JAMES spool for processing.
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.