A D E G H I M O P S 

A

ApplicationEventListeningMessageProducer - Class in org.springframework.integration.event.inbound
An inbound Channel Adapter that implements ApplicationListener and passes Spring ApplicationEvents within messages.
ApplicationEventListeningMessageProducer() - Constructor for class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
ApplicationEventPublishingMessageHandler - Class in org.springframework.integration.event.outbound
A MessageHandler that publishes each Message it receives as a MessagingEvent.
ApplicationEventPublishingMessageHandler() - Constructor for class org.springframework.integration.event.outbound.ApplicationEventPublishingMessageHandler
 

D

doParse(Element, ParserContext, String) - Method in class org.springframework.integration.event.config.EventInboundChannelAdapterParser
 
doStart() - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
doStop() - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 

E

EventInboundChannelAdapterParser - Class in org.springframework.integration.event.config
 
EventInboundChannelAdapterParser() - Constructor for class org.springframework.integration.event.config.EventInboundChannelAdapterParser
 
EventNamespaceHandler - Class in org.springframework.integration.event.config
Namespace handler for Spring Integration's 'event' namespace.
EventNamespaceHandler() - Constructor for class org.springframework.integration.event.config.EventNamespaceHandler
 
EventOutboundChannelAdapterParser - Class in org.springframework.integration.event.config
 
EventOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.event.config.EventOutboundChannelAdapterParser
 

G

getComponentType() - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
getMessage() - Method in class org.springframework.integration.event.core.MessagingEvent
 
getOrder() - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.event.outbound.ApplicationEventPublishingMessageHandler
 

I

init() - Method in class org.springframework.integration.event.config.EventNamespaceHandler
 

M

MessagingEvent - Class in org.springframework.integration.event.core
A subclass of ApplicationEvent that wraps a Message.
MessagingEvent(Message<?>) - Constructor for class org.springframework.integration.event.core.MessagingEvent
 

O

onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
onInit() - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
org.springframework.integration.event.config - package org.springframework.integration.event.config
Provides classes for configuration - parsers, namespace handlers.
org.springframework.integration.event.core - package org.springframework.integration.event.core
Provides Event core classes.
org.springframework.integration.event.inbound - package org.springframework.integration.event.inbound
Provides classes supporting inbound endpoints.
org.springframework.integration.event.outbound - package org.springframework.integration.event.outbound
Provides classes supporting outbound endpoints.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.event.config.EventOutboundChannelAdapterParser
 

S

setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.event.outbound.ApplicationEventPublishingMessageHandler
 
setEventTypes(Class<? extends ApplicationEvent>...) - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
Set the list of event types (classes that extend ApplicationEvent) that this adapter should send to the message channel.
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
supportsSourceType(Class<?>) - Method in class org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer
 
A D E G H I M O P S