public class IntegrationModule extends SimpleModule
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
MODULE_TYPE |
| Constructor and Description |
|---|
IntegrationModule(java.lang.String name) |
IntegrationModule(java.lang.String name,
ChannelExporter channelExporter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getActiveProfiles() |
org.springframework.integration.MessageChannel |
getInputChannel() |
java.util.Map<java.lang.String,org.springframework.integration.core.SubscribableChannel> |
getOutputChannels() |
protected void |
initializeModule() |
void |
setActiveProfiles(java.lang.String[] activeProfiles) |
addComponents, addProperties, getApplicationContext, getComponent, getComponent, getProperties, initialize, isRunning, setParentContext, start, stopgetDeploymentMetadata, getName, getType, toStringprotected static final java.lang.String MODULE_TYPE
public IntegrationModule(java.lang.String name)
name - public IntegrationModule(java.lang.String name,
ChannelExporter channelExporter)
name - channelExporter - public org.springframework.integration.MessageChannel getInputChannel()
public java.util.Map<java.lang.String,org.springframework.integration.core.SubscribableChannel> getOutputChannels()
public java.lang.String[] getActiveProfiles()
public void setActiveProfiles(java.lang.String[] activeProfiles)
activeProfiles - the activeProfiles to setprotected void initializeModule()