public class SmppInboundGateway
extends org.springframework.integration.gateway.MessagingGatewaySupport
| Constructor and Description |
|---|
SmppInboundGateway() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
java.lang.String |
getComponentType() |
protected void |
onInit() |
void |
setDefaultSourceAddress(java.lang.String defaultSourceAddress)
Set default source address.
|
void |
setDefaultSourceAddressTypeOfNumber(org.jsmpp.bean.TypeOfNumber defaultSourceAddressTypeOfNumber)
Set default source address type of number.
|
void |
setSmppSession(ExtendedSmppSession s)
for configuration purposes.
|
receive, send, sendAndReceive, sendAndReceiveMessage, setErrorChannel, setReplyChannel, setReplyMapper, setReplyTimeout, setRequestChannel, setRequestMapper, setRequestTimeout, setShouldTrackgetPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, toStringpublic void setDefaultSourceAddressTypeOfNumber(org.jsmpp.bean.TypeOfNumber defaultSourceAddressTypeOfNumber)
defaultSourceAddressTypeOfNumber - default address type of number.public void setDefaultSourceAddress(java.lang.String defaultSourceAddress)
defaultSourceAddress - default source addresspublic void setSmppSession(ExtendedSmppSession s)
s - the session to useprotected void onInit()
throws java.lang.Exception
onInit in class org.springframework.integration.gateway.MessagingGatewaySupportjava.lang.Exceptionprotected void doStart()
doStart in class org.springframework.integration.gateway.MessagingGatewaySupportprotected void doStop()
doStop in class org.springframework.integration.gateway.MessagingGatewaySupportpublic java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class org.springframework.integration.gateway.MessagingGatewaySupport