Spring Integration Smpp Adapter
A C D E F G H I M N O P Q R S T U V 

A

AbstractReceivingMessageListener - Class in org.springframework.integration.smpp.core
 
AbstractReceivingMessageListener() - Constructor for class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
 
addMessageReceiverListener(MessageReceiverListener) - Method in class org.springframework.integration.smpp.session.DelegatingMessageReceiverListener
 
addMessageReceiverListener(MessageReceiverListener) - Method in interface org.springframework.integration.smpp.session.ExtendedSmppSession
a MessageReceiverListener implementation to be added to the set of existing listeners.
addMessageReceiverListener(MessageReceiverListener) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
addSessionStateListener(SessionStateListener) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
afterPropertiesSet() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
afterPropertiesSet() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean

C

cancelShortMessage(String, String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
close() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
COMMAND_ID - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
COMMAND_ID_AS_HEX - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
COMMAND_LENGTH - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
COMMAND_STATUS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
COMMAND_STATUS_AS_HEX - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
CONVERSATION_ABORT - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
CurrentExecutingMethodHolder - Class in org.springframework.integration.smpp.util
A place to stash the currently executing method for advised classes.
CurrentExecutingMethodHolder() - Constructor for class org.springframework.integration.smpp.util.CurrentExecutingMethodHolder
 
CurrentMethodExposingMethodInterceptor - Class in org.springframework.integration.smpp.util
Simple method interceptor that does nothing but store the currently executing method and make it available for the duration of the invoked method, so that any class may introspect the currently running method without setting up a custom MethodInterceptor like this one.
CurrentMethodExposingMethodInterceptor() - Constructor for class org.springframework.integration.smpp.util.CurrentMethodExposingMethodInterceptor
 

D

DATA_CODING - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DataCodingSpecification - Class in org.springframework.integration.smpp.core
This is specification for data coding based on SMPP API and Java charset.
DataCodingSpecification() - Constructor for class org.springframework.integration.smpp.core.DataCodingSpecification
 
dataShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, RegisteredDelivery, DataCoding, OptionalParameter...) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
DEFAULT_MESSAGE_TYPE - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DelegatingMessageReceiverListener - Class in org.springframework.integration.smpp.session
We're normally allowed to register only one MessageReceiverListener instance.
DelegatingMessageReceiverListener() - Constructor for class org.springframework.integration.smpp.session.DelegatingMessageReceiverListener
 
DEST_ADDR_NPI - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DEST_ADDR_TON - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DEST_ADDRESS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
destroy() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
doInit() - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.smpp.config.xml.SmppInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.smpp.config.xml.SmppInboundGatewayParser
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.smpp.config.xml.SmppInboundGatewayParser
 
doStart() - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
 
doStart() - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
 
doStop() - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
 
DST_ADDR - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DST_NPI - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
DST_TON - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 

E

ESM_CLASS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
EUC_JP - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
EUC_KR - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
ExtendedSmppSession - Interface in org.springframework.integration.smpp.session
Represents an SMPPSession that has a few extra capabilities:

supports registration of multiple MessageReceiverListeners

ExtendedSmppSessionAdaptingDelegate - Class in org.springframework.integration.smpp.session
Adapts to the ClientSession API, while also providing the callbacks for the Spring container
ExtendedSmppSessionAdaptingDelegate(SMPPSession) - Constructor for class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
ExtendedSmppSessionAdaptingDelegate(SMPPSession, Lifecycle) - Constructor for class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 

F

fromMessage(ClientSession, Message<?>) - Static method in class org.springframework.integration.smpp.core.SmesMessageSpecification
this method will take an inbound Spring Integration Message and map it to a SmesMessageSpecification which we can use to send the SMS message.

G

getBeanClass(Element) - Method in class org.springframework.integration.smpp.config.xml.SmppInboundGatewayParser
 
getBindType() - Method in interface org.springframework.integration.smpp.session.ExtendedSmppSession
We need to know this to determine whether or not this session can handle the requirements we need.
getBindType() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getCharsetName(byte) - Static method in class org.springframework.integration.smpp.core.DataCodingSpecification
Get charset name based on data coding.
getComponentType() - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
 
getComponentType() - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
getCurrentlyExecutingMethod() - Static method in class org.springframework.integration.smpp.util.CurrentExecutingMethodHolder
returns the currently executing thread local-bound method
getDelegateMessageListener() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
Get message receiver listeners.
getEnquireLinkTimer() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getInputChannelAttributeName() - Method in class org.springframework.integration.smpp.config.xml.SmppOutboundGatewayParser
 
getLastActivityTimestamp() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getMaxCharacters(byte) - Static method in class org.springframework.integration.smpp.core.DataCodingSpecification
Get maximum characters for data coding.
getMessageInBytes(String, byte) - Static method in class org.springframework.integration.smpp.core.DataCodingSpecification
Get message in bytes.
getMessageWithUdhInBytes(String, byte) - Static method in class org.springframework.integration.smpp.core.UdhUtil
Get message with UDH to byte[].
getObject() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
getObjectType() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
getPhase() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
getSessionId() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getSessionState() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getTargetClientSession() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
getTransactionTimer() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 

H

handleMessage(Message<?>) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 

I

init() - Method in class org.springframework.integration.smpp.config.xml.SmppNamespaceHandler
 
INTERMEDIATE_DELIVERY_NOTIFICATION - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
invoke(MethodInvocation) - Method in class org.springframework.integration.smpp.util.CurrentMethodExposingMethodInterceptor
 
isAutoStartup() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
isEligibleAttribute(String) - Method in class org.springframework.integration.smpp.config.xml.SmppInboundGatewayParser
 
ISO_8859_1 - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
ISO_8859_5 - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
ISO_8859_8 - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
isRunning() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
isRunning() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
isSingleton() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean

M

MAXIMUM_CHARACTERS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
Additional support header to allow user to customise the maximum characters can be sent.
methodThreadLocal - Static variable in class org.springframework.integration.smpp.util.CurrentExecutingMethodHolder
 

N

newSmesMessageSpecification(ClientSession, String, String, String) - Static method in class org.springframework.integration.smpp.core.SmesMessageSpecification
Conceptually, you could get away with just specifying these three parameters, though I don't know how likely that is in practice.

O

onAcceptAlertNotification(AlertNotification) - Method in class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
 
onAcceptAlertNotification(AlertNotification) - Method in class org.springframework.integration.smpp.session.DelegatingMessageReceiverListener
 
onAcceptDataSm(DataSm, Session) - Method in class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
 
onAcceptDataSm(DataSm, Session) - Method in class org.springframework.integration.smpp.session.DelegatingMessageReceiverListener
 
onAcceptDeliverSm(DeliverSm) - Method in class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
 
onAcceptDeliverSm(DeliverSm) - Method in class org.springframework.integration.smpp.session.DelegatingMessageReceiverListener
 
onDeliveryReceipt(DeliverSm, String, DeliveryReceipt) - Method in class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
specific callback for a receipt, which you'll only get if the outbound message had a specific delivery receipt setting.
onInit() - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
 
onInit() - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
 
onInit() - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
onTextMessage(DeliverSm, String) - Method in class org.springframework.integration.smpp.core.AbstractReceivingMessageListener
specific callback for proper SMS, text-based messages.
OPTIONAL_PARAMETERS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
org.springframework.integration.smpp.config.xml - package org.springframework.integration.smpp.config.xml
Provides parser classes to provide Xml namespace support for the Smpp components.
org.springframework.integration.smpp.core - package org.springframework.integration.smpp.core
Provides core classes of the Smpp module.
org.springframework.integration.smpp.inbound - package org.springframework.integration.smpp.inbound
Provides inbound Spring Integration Smpp components.
org.springframework.integration.smpp.outbound - package org.springframework.integration.smpp.outbound
Provides Spring Integration components for doing outbound operations.
org.springframework.integration.smpp.session - package org.springframework.integration.smpp.session
Provides various classes used for Spring Integration Smpp session.
org.springframework.integration.smpp.util - package org.springframework.integration.smpp.util
Provides various util classes used across Spring Integration Smpp Components.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.smpp.config.xml.SmppOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.smpp.config.xml.SmppOutboundGatewayParser
 
PRIORITY_FLAG - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
PROTOCOL_ID - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 

Q

queryShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 

R

REGISTERED_DELIVERY - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
REGISTERED_DELIVERY_MODE - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
removeMethod() - Static method in class org.springframework.integration.smpp.util.CurrentExecutingMethodHolder
the thread local method.
removeSessionStateListener(SessionStateListener) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
REPLACE_IF_PRESENT - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
REPLACE_IF_PRESENT_FLAG - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
replaceShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, String, String, RegisteredDelivery, byte, byte[]) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
REPLY_PATH - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
reset() - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
Resets the thread local, pooled objects to a known state before reuse.

S

SCHEDULE_DELIVERY_TIME - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SCHEDULED_DELIVERY_TIME - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
send() - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
send the message on its way.
SEQUENCE_NUMBER - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SERVICE_TYPE - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
setAddressRange(String) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
this specifies the range of numbers we want to listen to - as a consumer.
setAddrNpi(NumberingPlanIndicator) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setAddrTon(TypeOfNumber) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setBindType(BindType) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
setBindType(BindType) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setChannel(MessageChannel) - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
the channel on which inbound SMS messages should be delivered to Spring Integration components.
setCurrentlyExecutingMethod(Method) - Static method in class org.springframework.integration.smpp.util.CurrentExecutingMethodHolder
stash the currently execution method
setDataCoding(DataCoding) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setDefaultSourceAddress(String) - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
Set default source address.
setDefaultSourceAddress(String) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
setDefaultSourceAddress(String) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
setDefaultSourceAddressTypeOfNumber(TypeOfNumber) - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
Set default source address type of number.
setDefaultSourceAddressTypeOfNumber(TypeOfNumber) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
setDefaultSourceAddressTypeOfNumber(TypeOfNumber) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
setDestinationAddress(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
the 'to' phone number
setDestinationAddressNumberingPlanIndicator(NumberingPlanIndicator) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setDestinationAddressTypeOfNumber(TypeOfNumber) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setEnquireLinkTimer(int) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
setEsmClass(ESMClass) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setHost(String) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setMaxLengthSmsMessages(int) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
this is a good value, but not strictly speaking universal.
setMessageReceiverListeners(Set<MessageReceiverListener>) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setPassword(String) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setPort(int) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setPriorityFlag(byte) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setProtocolId(byte) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setReconnect(boolean) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
Set whether we want to reconnect the session.
setReconnectingExecutor(ExecutorService) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
Set executor service for performing SMPP reconnection.
setReconnectInterval(long) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
Set session reconnection interval.
setRegisteredDelivery(RegisteredDelivery) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setReplaceIfPresentFlag(byte) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setScheduleDeliveryTime(Date) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setServiceType(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSessionStateListener(SessionStateListener) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setShortMessageUsingPayload(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
Setting short message using message_payload (OptionalParameter.Tag.MESSAGE_PAYLOAD) optional parameter
setShortTextMessage(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
Setting short message.
setSmDefaultMsgId(byte) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSmppSession(ExtendedSmppSession) - Method in class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
Set smpp session
setSmppSession(ExtendedSmppSession) - Method in class org.springframework.integration.smpp.inbound.SmppInboundGateway
for configuration purposes.
setSmppSession(ExtendedSmppSession) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
setSmppSession(ExtendedSmppSession) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
setSourceAddress(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSourceAddressIfRequired(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSourceAddressNumberingPlanIndicator(NumberingPlanIndicator) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSourceAddressTypeOfNumber(TypeOfNumber) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setSourceAddressTypeOfNumberIfRequired(TypeOfNumber) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
Only sets the #sourceAddressTypeOfNumber if the current value is null, otherwise, it leaves it.
setSsl(boolean) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setSystemId(String) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setSystemType(String) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
setTimeFormatter(TimeFormatter) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
setTimeFormatter(TimeFormatter) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
setTimeFormatter(TimeFormatter) - Method in class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
setTimeout(long) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
Setting timeout for the session.
setTransactionTimeout(long) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
Setting transaction timeout preforming request on the session.
setTransactionTimer(long) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
setValidityPeriod(String) - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
When you submit a message to an SMSC, it is possible to sometimes specify a validity period for the message.
SHORT_MESSAGE - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
shouldGenerateId() - Method in class org.springframework.integration.smpp.config.xml.SmppInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.smpp.config.xml.SmppInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.smpp.config.xml.SmppOutboundChannelAdapterParser
 
SM_DEFAULT_MSG_ID - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SME_ACK_NOT_REQUESTED - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SME_DELIVERY_ACK_REQUESTED - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SME_DELIVERY_AND_MANUAL_ACK_REQUESTED - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SME_MANUAL_ACK_REQUESTED - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SME_MANUAL_ACKNOWLEDGMENT - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SmesMessageSpecification - Class in org.springframework.integration.smpp.core
Fluent API to help make specifying all these parameters just a tiny bit easier.
SmppConstants - Class in org.springframework.integration.smpp.core
 
SmppConstants() - Constructor for class org.springframework.integration.smpp.core.SmppConstants
 
SmppHeaders - Class in org.springframework.integration.smpp.core
Smpp adapter specific message headers.
SmppInboundChannelAdapter - Class in org.springframework.integration.smpp.inbound
Supports receiving messages of a payload specified by the SMPP protocol from a short message service center (SMSC).
SmppInboundChannelAdapter() - Constructor for class org.springframework.integration.smpp.inbound.SmppInboundChannelAdapter
 
SmppInboundChannelAdapterParser - Class in org.springframework.integration.smpp.config.xml
The Smpp Inbound Channel adapter parser
SmppInboundChannelAdapterParser() - Constructor for class org.springframework.integration.smpp.config.xml.SmppInboundChannelAdapterParser
 
SmppInboundGateway - Class in org.springframework.integration.smpp.inbound
What'running an inbound gateway in this case? Receive a text message and then automatically send a response.
SmppInboundGateway() - Constructor for class org.springframework.integration.smpp.inbound.SmppInboundGateway
 
SmppInboundGatewayParser - Class in org.springframework.integration.smpp.config.xml
The Parser for Smpp Inbound Gateway.
SmppInboundGatewayParser() - Constructor for class org.springframework.integration.smpp.config.xml.SmppInboundGatewayParser
 
SmppNamespaceHandler - Class in org.springframework.integration.smpp.config.xml
The namespace handler for the Smpp namespace
SmppNamespaceHandler() - Constructor for class org.springframework.integration.smpp.config.xml.SmppNamespaceHandler
 
SmppOutboundChannelAdapter - Class in org.springframework.integration.smpp.outbound
Sends messages to an SMS gateway using SMPP.
SmppOutboundChannelAdapter() - Constructor for class org.springframework.integration.smpp.outbound.SmppOutboundChannelAdapter
 
SmppOutboundChannelAdapterParser - Class in org.springframework.integration.smpp.config.xml
The parser for the Smpp Outbound Channel Adapter.
SmppOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.smpp.config.xml.SmppOutboundChannelAdapterParser
 
SmppOutboundGateway - Class in org.springframework.integration.smpp.outbound
Support for request/reply exchanges over SMPP to a SMSC.
SmppOutboundGateway() - Constructor for class org.springframework.integration.smpp.outbound.SmppOutboundGateway
 
SmppOutboundGatewayParser - Class in org.springframework.integration.smpp.config.xml
The Parser for Smpp Outbound Gateway.
SmppOutboundGatewayParser() - Constructor for class org.springframework.integration.smpp.config.xml.SmppOutboundGatewayParser
 
SmppParserUtils - Class in org.springframework.integration.smpp.config.xml
Contains various utility methods for parsing Smpp Adapter specific namespace elements as well as for the generation of the the respective BeanDefinitions.
SmppSessionFactoryBean - Class in org.springframework.integration.smpp.session
Factory bean to create a SMPPSession.
SmppSessionFactoryBean() - Constructor for class org.springframework.integration.smpp.session.SmppSessionFactoryBean
 
SMS - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SMS_MSG - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SMSC_DELIVERY_RECEIPT - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SOURCE_ADDR - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SOURCE_ADDR_NPI - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SOURCE_ADDR_TON - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SRC_ADDR - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SRC_NPI - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
SRC_TON - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
start() - Method in interface org.springframework.integration.smpp.session.ExtendedSmppSession
 
start() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
start() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
stop() - Method in interface org.springframework.integration.smpp.session.ExtendedSmppSession
 
stop() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
stop(Runnable) - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
stop() - Method in class org.springframework.integration.smpp.session.SmppSessionFactoryBean
submitMultiple(String, TypeOfNumber, NumberingPlanIndicator, String, Address[], ESMClass, byte, byte, String, String, RegisteredDelivery, ReplaceIfPresentFlag, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
submitShortMessage(String, TypeOfNumber, NumberingPlanIndicator, String, TypeOfNumber, NumberingPlanIndicator, String, ESMClass, byte, byte, String, String, RegisteredDelivery, byte, DataCoding, byte, byte[], OptionalParameter...) - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 

T

toMessageFromSms(DeliverSm, String) - Static method in class org.springframework.integration.smpp.core.SmesMessageSpecification
This method takes an inbound SMS message and converts it to a Spring Integration message

U

UDHI - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
UDHI_AND_REPLY_PATH - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
UdhUtil - Class in org.springframework.integration.smpp.core
 
UdhUtil() - Constructor for class org.springframework.integration.smpp.core.UdhUtil
 
unbindAndClose() - Method in class org.springframework.integration.smpp.session.ExtendedSmppSessionAdaptingDelegate
 
US_ASCII - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
USE_MSG_PAYLOAD_PARAM - Static variable in class org.springframework.integration.smpp.core.SmppConstants
Additional support header to send the sms using message_payload instead of setting using short_message.
UTF_16 - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 
UTF_8 - Static variable in class org.springframework.integration.smpp.core.DataCodingSpecification
 

V

validate() - Method in class org.springframework.integration.smpp.core.SmesMessageSpecification
 
VALIDITY_PERIOD - Static variable in class org.springframework.integration.smpp.core.SmppConstants
 
A C D E F G H I M N O P Q R S T U V 
Spring Integration Smpp Adapter