|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||