public class SmppInboundChannelAdapter
extends org.springframework.integration.endpoint.AbstractEndpoint
Executor running for the JSMPP library| Constructor and Description |
|---|
SmppInboundChannelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
java.lang.String |
getComponentType() |
protected void |
onInit() |
void |
setChannel(org.springframework.messaging.MessageChannel channel)
the channel on which inbound SMS messages should be delivered to Spring Integration components.
|
void |
setSmppSession(ExtendedSmppSession s)
Set smpp session
|
getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, toStringpublic void setChannel(org.springframework.messaging.MessageChannel channel)
channel - the channelprotected void onInit()
throws java.lang.Exception
onInit in class org.springframework.integration.context.IntegrationObjectSupportjava.lang.Exceptionpublic void setSmppSession(ExtendedSmppSession s)
s - smpp sessionprotected void doStart()
doStart in class org.springframework.integration.endpoint.AbstractEndpointprotected void doStop()
doStop in class org.springframework.integration.endpoint.AbstractEndpointpublic java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class org.springframework.integration.context.IntegrationObjectSupport