Package org.springframework.integration.groovy.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
-
Class Summary Class Description GroovyAwareScriptExecutingProcessorFactory The factory to createGroovyScriptExecutingMessageProcessor
instances if providedlanguage == "groovy"
, otherwise delegates to the super class.GroovyControlBusFactoryBean FactoryBean for creatingMessageHandler
instances to handle a message as a Groovy Script.GroovyControlBusParser Parser for the <groovy:control-bus/> element.GroovyIntegrationConfigurationInitializer The Groovy Module Integration infrastructurebeanFactory
initializer.GroovyNamespaceHandler GroovyScriptParser Parser for the <groovy:script/> element.