Uses of Interface
org.apache.activemq.broker.inteceptor.MessageInterceptor

Packages that use MessageInterceptor
org.apache.activemq.broker.inteceptor MessageInteceptor malarky 
 

Uses of MessageInterceptor in org.apache.activemq.broker.inteceptor
 

Methods in org.apache.activemq.broker.inteceptor that return MessageInterceptor
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)
           
 

Methods in org.apache.activemq.broker.inteceptor with parameters of type MessageInterceptor
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)
           
 MessageInterceptor MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)
           
 void MessageInterceptorRegistry.removeMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor interceptor)
           
 void MessageInterceptorRegistry.removeMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)
           
 void MessageInterceptorRegistry.removeMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)
           
 void MessageInterceptorRegistry.removeMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.