A C D E F G I L M N O P R S T U V 

A

AbstractSmppCommand - Class in org.apache.camel.component.smpp
 
AbstractSmppCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.AbstractSmppCommand
 
ALPHABET - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
ascii - Variable in class org.apache.camel.component.smpp.SmppSmCommand
 

C

COMMAND - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
COMMAND_ID - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
COMMAND_STATUS - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
config - Variable in class org.apache.camel.component.smpp.AbstractSmppCommand
 
configureFromURI(URI) - Method in class org.apache.camel.component.smpp.SmppConfiguration
A POJO which contains all necessary configuration parameters for the SMPP connection
copy() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
copyDataSm(DataSm) - Static method in class org.apache.camel.component.smpp.SmppUtils
 
copySubmitMulti(SubmitMulti) - Static method in class org.apache.camel.component.smpp.SmppUtils
 
copySubmitSm(SubmitSm) - Static method in class org.apache.camel.component.smpp.SmppUtils
 
createBody() - Method in class org.apache.camel.component.smpp.SmppMessage
 
createCancelSm(Exchange) - Method in class org.apache.camel.component.smpp.SmppCancelSmCommand
 
createCommand(SMPPSession, SmppConfiguration) - Method in enum org.apache.camel.component.smpp.SmppCommandType
 
createConnection(String, int) - Method in class org.apache.camel.component.smpp.SmppConnectionFactory
 
createConsumer(Processor) - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
createDataSm(Exchange) - Method in class org.apache.camel.component.smpp.SmppDataSmCommand
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.smpp.SmppComponent
 
createEndpoint(SmppConfiguration) - Method in class org.apache.camel.component.smpp.SmppComponent
Create a new smpp endpoint with the provided smpp configuration
createEndpoint(String, SmppConfiguration) - Method in class org.apache.camel.component.smpp.SmppComponent
Create a new smpp endpoint with the provided uri and smpp configuration
createEndpointUri() - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
createOnAcceptAlertNotificationExchange(AlertNotification) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC
createOnAcceptAlertNotificationExchange(ExchangePattern, AlertNotification) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC with the specified ExchangePattern such as whether its going to be an ExchangePattern.InOnly or ExchangePattern.InOut exchange
createOnAcceptDataSm(DataSm, String) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC
createOnAcceptDataSm(ExchangePattern, DataSm, String) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC with the specified ExchangePattern such as whether its going to be an ExchangePattern.InOnly or ExchangePattern.InOut exchange
createOnAcceptDeliverSmExchange(DeliverSm) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC
createOnAcceptDeliverSmExchange(ExchangePattern, DeliverSm) - Method in class org.apache.camel.component.smpp.SmppEndpoint
Create a new exchange for communicating with this endpoint from a SMSC with the specified ExchangePattern such as whether its going to be an ExchangePattern.InOnly or ExchangePattern.InOut exchange
createOptionalParameterByCode(OptionalParameter[]) - Method in class org.apache.camel.component.smpp.SmppDataSmCommand
 
createOptionalParameterByName(OptionalParameter[]) - Method in class org.apache.camel.component.smpp.SmppDataSmCommand
 
createOptionalParametersByCode(Map<Short, Object>) - Method in class org.apache.camel.component.smpp.AbstractSmppCommand
 
createOptionalParametersByName(Map<String, String>) - Method in class org.apache.camel.component.smpp.AbstractSmppCommand
Deprecated.
will be removed in Camel 2.13.0/3.0.0 - use createOptionalParametersByCode instead
createProducer() - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
createQuerySm(Exchange) - Method in class org.apache.camel.component.smpp.SmppQuerySmCommand
 
createReplaceSmTempate(Exchange) - Method in class org.apache.camel.component.smpp.SmppReplaceSmCommand
 
createSmppCommand(SMPPSession, Exchange) - Method in class org.apache.camel.component.smpp.SmppBinding
Create the SmppCommand object from the inbound exchange
createSmppMessage(AlertNotification) - Method in class org.apache.camel.component.smpp.SmppBinding
Create a new SmppMessage from the inbound alert notification
createSmppMessage(DeliverSm) - Method in class org.apache.camel.component.smpp.SmppBinding
Create a new SmppMessage from the inbound deliver sm or deliver receipt
createSmppMessage(DataSm, String) - Method in class org.apache.camel.component.smpp.SmppBinding
 
createSplitter(Message) - Method in class org.apache.camel.component.smpp.SmppSmCommand
 
createSubmitMulti(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitMultiCommand
 
createSubmitMultiTemplate(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitMultiCommand
 
createSubmitSm(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitSmCommand
 
createSubmitSmTemplate(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitSmCommand
 

D

DATA_CODING - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
defaultCharset - Variable in class org.apache.camel.component.smpp.SmppSmCommand
 
DELIVERED - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
DEST_ADDR - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
DEST_ADDR_NPI - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
DEST_ADDR_TON - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
determineTypeClass(OptionalParameter.Tag) - Method in class org.apache.camel.component.smpp.AbstractSmppCommand
 
DONE_DATE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
doStart() - Method in class org.apache.camel.component.smpp.SmppConsumer
 
doStart() - Method in class org.apache.camel.component.smpp.SmppProducer
 
doStop() - Method in class org.apache.camel.component.smpp.SmppConsumer
 
doStop() - Method in class org.apache.camel.component.smpp.SmppProducer
 

E

ENCODING - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
ERROR - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
ESME_ADDR - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
ESME_ADDR_NPI - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
ESME_ADDR_TON - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppCancelSmCommand
 
execute(Exchange) - Method in interface org.apache.camel.component.smpp.SmppCommand
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppDataSmCommand
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppQuerySmCommand
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppReplaceSmCommand
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitMultiCommand
 
execute(Exchange) - Method in class org.apache.camel.component.smpp.SmppSubmitSmCommand
 

F

FINAL_DATE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
FINAL_STATUS - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
formatTime(Date) - Static method in class org.apache.camel.component.smpp.SmppUtils
 
fromExchange(Exchange) - Static method in enum org.apache.camel.component.smpp.SmppCommandType
Tries to return an instance of SmppCommandType using SmppConstants.COMMAND header of the incoming message.
fromString(String) - Static method in enum org.apache.camel.component.smpp.SmppSplittingPolicy
 

G

getAddressRange() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getAlphabet() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getBinding() - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
getCommand() - Method in class org.apache.camel.component.smpp.SmppMessage
Returns the underlying jSMPP command
getCommandName() - Method in enum org.apache.camel.component.smpp.SmppCommandType
 
getConfiguration() - Method in class org.apache.camel.component.smpp.SmppBinding
Returns the smpp configuration
getConfiguration() - Method in class org.apache.camel.component.smpp.SmppComponent
 
getConfiguration() - Method in class org.apache.camel.component.smpp.SmppConsumer
Returns the smpp configuration
getConfiguration() - Method in class org.apache.camel.component.smpp.SmppEndpoint
Returns the smpp configuration
getConfiguration() - Method in class org.apache.camel.component.smpp.SmppProducer
Returns the smppConfiguration for this producer
getConnectionString() - Method in class org.apache.camel.component.smpp.SmppEndpoint
Returns the connection string for the current connection which has the form: smpp://@:
getCurrentLength() - Method in class org.apache.camel.component.smpp.SmppSplitter
Gets length of the message to split.
getCurrentReferenceNumber() - Static method in class org.apache.camel.component.smpp.SmppSplitter
 
getDataCoding() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getDestAddr() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getDestAddrNpi() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getDestAddrTon() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getEncoding() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.smpp.SmppConsumer
 
getEndpoint() - Method in class org.apache.camel.component.smpp.SmppProducer
 
getEnquireLinkTimer() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getHost() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getHttpProxyHost() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getHttpProxyPassword() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getHttpProxyPort() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getHttpProxyUsername() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getInitialReconnectDelay() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getInstance(SmppConfiguration) - Static method in class org.apache.camel.component.smpp.SmppConnectionFactory
 
getMessageLength() - Method in class org.apache.camel.component.smpp.SmppSplitter
Gets maximum message length.
getNumberingPlanIndicator() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getPassword() - Method in class org.apache.camel.component.smpp.SmppConfiguration
The password for connecting to SMSC server.
getPort() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getPriorityFlag() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getProtocolId() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getProxyHeaders() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getReconnectDelay() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getReferenceNumber() - Static method in class org.apache.camel.component.smpp.SmppSplitter
Returns reference number which length is SmppSplitter.UDHIE_SAR_REF_NUM_LENGTH.
getRegisteredDelivery() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getReplaceIfPresentFlag() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getResponseMessage(Exchange) - Method in class org.apache.camel.component.smpp.AbstractSmppCommand
 
getSegmentLength() - Method in class org.apache.camel.component.smpp.SmppSplitter
Gets maximum segment length.
getServiceType() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSessionStateListener() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getShortMessage(Message) - Method in class org.apache.camel.component.smpp.SmppSmCommand
 
getSourceAddr() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSourceAddrNpi() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSourceAddrTon() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSplittingPolicy() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSystemId() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getSystemType() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getTransactionTimer() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getTypeOfNumber() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
getUsingSSL() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 

I

ID - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
isAlertNotification() - Method in class org.apache.camel.component.smpp.SmppMessage
 
isDataSm() - Method in class org.apache.camel.component.smpp.SmppMessage
 
isDeliverSm() - Method in class org.apache.camel.component.smpp.SmppMessage
 
isDeliveryReceipt() - Method in class org.apache.camel.component.smpp.SmppMessage
 
isGsm0338Encodeable(byte[]) - Static method in class org.apache.camel.component.smpp.SmppUtils
Decides if the characters in the argument are GSM 3.38 encodeable.
isLazySessionCreation() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
isLenientProperties() - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
ISO_GSM_0338 - Static variable in class org.apache.camel.component.smpp.SmppUtils
See http://unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT
ISO_GSM_0338_EXT - Static variable in class org.apache.camel.component.smpp.SmppUtils
See http://unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT
isSingleton() - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
isSplitRequired() - Method in class org.apache.camel.component.smpp.SmppSplitter
 

L

latin1 - Variable in class org.apache.camel.component.smpp.SmppSmCommand
 
log - Variable in class org.apache.camel.component.smpp.AbstractSmppCommand
 

M

MAX_MSG_BYTE_LENGTH - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The maximum length of the message in bytes.
MAX_MSG_CHAR_SIZE - Static variable in class org.apache.camel.component.smpp.Smpp8BitSplitter
 
MAX_MSG_CHAR_SIZE - Static variable in class org.apache.camel.component.smpp.SmppDefaultSplitter
 
MAX_MSG_CHAR_SIZE - Static variable in class org.apache.camel.component.smpp.SmppUcs2Splitter
The maximum length in chars of the unicode messages.
MAX_SEG_BYTE_SIZE - Static variable in class org.apache.camel.component.smpp.Smpp8BitSplitter
 
MAX_SEG_BYTE_SIZE - Static variable in class org.apache.camel.component.smpp.SmppDefaultSplitter
 
MAX_SEG_BYTE_SIZE - Static variable in class org.apache.camel.component.smpp.SmppUcs2Splitter
 
MAX_SEG_COUNT - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The maximum amount of segments in the multipart message.
MESSAGE_STATE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
MESSAGE_TYPE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
MessageReceiverListenerImpl - Class in org.apache.camel.component.smpp
 
MessageReceiverListenerImpl(SmppEndpoint, Processor, ExceptionHandler) - Constructor for class org.apache.camel.component.smpp.MessageReceiverListenerImpl
 

N

newInstance() - Method in class org.apache.camel.component.smpp.SmppMessage
 

O

onAcceptAlertNotification(AlertNotification) - Method in class org.apache.camel.component.smpp.MessageReceiverListenerImpl
 
onAcceptDataSm(DataSm, Session) - Method in class org.apache.camel.component.smpp.MessageReceiverListenerImpl
 
onAcceptDeliverSm(DeliverSm) - Method in class org.apache.camel.component.smpp.MessageReceiverListenerImpl
 
OPTIONAL_PARAMETER - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
OPTIONAL_PARAMETERS - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
org.apache.camel.component.smpp - package org.apache.camel.component.smpp
 

P

parseAlphabetFromDataCoding(byte) - Static method in class org.apache.camel.component.smpp.SmppUtils
 
PASSWORD - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
PRIORITY_FLAG - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
process(Exchange) - Method in class org.apache.camel.component.smpp.SmppProducer
 
PROTOCOL_ID - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 

R

REGISTERED_DELIVERY - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
REPLACE_IF_PRESENT_FLAG - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
resetCurrentReferenceNumber() - Static method in class org.apache.camel.component.smpp.SmppSplitter
only needed for the unit tests

S

SCHEDULE_DELIVERY_TIME - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SENT_MESSAGE_COUNT - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SEQUENCE_NUMBER - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SERVICE_TYPE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
session - Variable in class org.apache.camel.component.smpp.AbstractSmppCommand
 
setAddressRange(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
You can specify the address range for the SmppConsumer as defined in section 5.2.7 of the SMPP 3.4 specification.
setAlphabet(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines encoding of data according the SMPP 3.4 specification, section 5.2.19.
setBinding(SmppBinding) - Method in class org.apache.camel.component.smpp.SmppEndpoint
 
setConfiguration(SmppConfiguration) - Method in class org.apache.camel.component.smpp.SmppBinding
Set the smpp configuration.
setConfiguration(SmppConfiguration) - Method in class org.apache.camel.component.smpp.SmppComponent
To use the shared SmppConfiguration as configuration.
setDataCoding(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the data coding according the SMPP 3.4 specification, section 5.2.19.
setDestAddr(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the destination SME address.
setDestAddrNpi(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the type of number (TON) to be used in the SME destination address parameters.
setDestAddrTon(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the type of number (TON) to be used in the SME destination address parameters.
setEncoding(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the encoding scheme of the short message user data.
setEnquireLinkTimer(Integer) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the interval in milliseconds between the confidence checks.
setHost(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Hostname for the SMSC server to use.
setHttpProxyHost(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy.
setHttpProxyPassword(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy.
setHttpProxyPort(Integer) - Method in class org.apache.camel.component.smpp.SmppConfiguration
If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy.
setHttpProxyUsername(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy.
setInitialReconnectDelay(long) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the initial delay in milliseconds after the consumer/producer tries to reconnect to the SMSC, after the connection was lost.
setLazySessionCreation(boolean) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Sessions can be lazily created to avoid exceptions, if the SMSC is not available when the Camel producer is started.
setMessageIDGenerator(MessageIDGenerator) - Method in class org.apache.camel.component.smpp.MessageReceiverListenerImpl
 
setNumberingPlanIndicator(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the numeric plan indicator (NPI) to be used in the SME.
setPassword(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
setPort(Integer) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Port number for the SMSC server to use.
setPriorityFlag(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Allows the originating SME to assign a priority level to the short message.
setProtocolId(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
The protocol id
setProxyHeaders(Map<String, String>) - Method in class org.apache.camel.component.smpp.SmppConfiguration
These headers will be passed to the proxy server while establishing the connection.
setReconnectDelay(long) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the interval in milliseconds between the reconnect attempts, if the connection to the SMSC was lost and the previous was not succeed.
setRegisteredDelivery(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Is used to request an SMSC delivery receipt and/or SME originated acknowledgements.
setReplaceIfPresentFlag(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Used to request the SMSC to replace a previously submitted message, that is still pending delivery.
setServiceType(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
The service type parameter can be used to indicate the SMS Application service associated with the message.
setSessionStateListener(SessionStateListener) - Method in class org.apache.camel.component.smpp.SmppConfiguration
You can refer to a org.jsmpp.session.SessionStateListener in the Registry to receive callbacks when the session state changed.
setSourceAddr(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the address of SME (Short Message Entity) which originated this message.
setSourceAddrNpi(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the numeric plan indicator (NPI) to be used in the SME originator address parameters.
setSourceAddrTon(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the type of number (TON) to be used in the SME originator address parameters.
setSplittingPolicy(SmppSplittingPolicy) - Method in class org.apache.camel.component.smpp.SmppConfiguration
You can specify a policy for handling long messages: ALLOW - the default, long messages are split to 140 bytes per message TRUNCATE - long messages are split and only the first fragment will be sent to the SMSC.
setSystemId(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
The system id (username) for connecting to SMSC server.
setSystemType(String) - Method in class org.apache.camel.component.smpp.SmppConfiguration
This parameter is used to categorize the type of ESME (External Short Message Entity) that is binding to the SMSC (max.
setTransactionTimer(Integer) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the maximum period of inactivity allowed after a transaction, after which an SMPP entity may assume that the session is no longer active.
setTypeOfNumber(byte) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Defines the type of number (TON) to be used in the SME.
setUsingSSL(boolean) - Method in class org.apache.camel.component.smpp.SmppConfiguration
Whether using SSL with the smpps protocol
Smpp8BitSplitter - Class in org.apache.camel.component.smpp
 
Smpp8BitSplitter(int) - Constructor for class org.apache.camel.component.smpp.Smpp8BitSplitter
 
SMPP_NEG_RESPONSE_MSG_TOO_LONG - Static variable in class org.apache.camel.component.smpp.SmppSmCommand
 
SmppBinding - Class in org.apache.camel.component.smpp
A Strategy used to convert between a Camel Exchange and SmppMessage to and from a SMPP Command
SmppBinding() - Constructor for class org.apache.camel.component.smpp.SmppBinding
 
SmppBinding(SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppBinding
 
SmppCancelSmCommand - Class in org.apache.camel.component.smpp
 
SmppCancelSmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppCancelSmCommand
 
SmppCommand - Interface in org.apache.camel.component.smpp
 
SmppCommandType - Enum in org.apache.camel.component.smpp
 
SmppComponent - Class in org.apache.camel.component.smpp
 
SmppComponent() - Constructor for class org.apache.camel.component.smpp.SmppComponent
 
SmppComponent(SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppComponent
 
SmppComponent(CamelContext) - Constructor for class org.apache.camel.component.smpp.SmppComponent
 
SmppConfiguration - Class in org.apache.camel.component.smpp
Contains the SMPP component configuration properties
SmppConfiguration() - Constructor for class org.apache.camel.component.smpp.SmppConfiguration
 
SmppConnectionFactory - Class in org.apache.camel.component.smpp
A Jsmpp ConnectionFactory that creates SSL Sockets.
SmppConstants - Interface in org.apache.camel.component.smpp
Constants used in Camel SMPP module
SmppConsumer - Class in org.apache.camel.component.smpp
An implementation of Consumer which use the SMPP protocol
SmppConsumer(SmppEndpoint, SmppConfiguration, Processor) - Constructor for class org.apache.camel.component.smpp.SmppConsumer
The constructor which gets a smpp endpoint, a smpp configuration and a processor
SmppDataSmCommand - Class in org.apache.camel.component.smpp
 
SmppDataSmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppDataSmCommand
 
SmppDefaultSplitter - Class in org.apache.camel.component.smpp
 
SmppDefaultSplitter(int) - Constructor for class org.apache.camel.component.smpp.SmppDefaultSplitter
 
SmppEndpoint - Class in org.apache.camel.component.smpp
To send and receive SMS using a SMSC (Short Message Service Center).
SmppEndpoint(String, Component, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppEndpoint
 
SmppException - Exception in org.apache.camel.component.smpp
 
SmppException(String, Throwable) - Constructor for exception org.apache.camel.component.smpp.SmppException
 
SmppException(String) - Constructor for exception org.apache.camel.component.smpp.SmppException
 
SmppException(Throwable) - Constructor for exception org.apache.camel.component.smpp.SmppException
 
SmppMessage - Class in org.apache.camel.component.smpp
Represents a Message for working with SMPP
SmppMessage(SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppMessage
 
SmppMessage(AlertNotification, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppMessage
 
SmppMessage(DeliverSm, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppMessage
 
SmppMessage(DataSm, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppMessage
 
SmppMessageType - Enum in org.apache.camel.component.smpp
 
SmppProducer - Class in org.apache.camel.component.smpp
An implementation of @{link Producer} which use the SMPP protocol
SmppProducer(SmppEndpoint, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppProducer
 
SmppQuerySmCommand - Class in org.apache.camel.component.smpp
 
SmppQuerySmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppQuerySmCommand
 
SmppReplaceSmCommand - Class in org.apache.camel.component.smpp
 
SmppReplaceSmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppReplaceSmCommand
 
SmppSmCommand - Class in org.apache.camel.component.smpp
 
SmppSmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppSmCommand
 
SmppSplitter - Class in org.apache.camel.component.smpp
 
SmppSplitter(int, int, int) - Constructor for class org.apache.camel.component.smpp.SmppSplitter
 
SmppSplittingPolicy - Enum in org.apache.camel.component.smpp
 
SmppSubmitMultiCommand - Class in org.apache.camel.component.smpp
 
SmppSubmitMultiCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppSubmitMultiCommand
 
SmppSubmitSmCommand - Class in org.apache.camel.component.smpp
 
SmppSubmitSmCommand(SMPPSession, SmppConfiguration) - Constructor for class org.apache.camel.component.smpp.SmppSubmitSmCommand
 
SmppUcs2Splitter - Class in org.apache.camel.component.smpp
 
SmppUcs2Splitter(int) - Constructor for class org.apache.camel.component.smpp.SmppUcs2Splitter
 
SmppUtils - Class in org.apache.camel.component.smpp
 
SOURCE_ADDR - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SOURCE_ADDR_NPI - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SOURCE_ADDR_TON - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
split(byte[]) - Method in class org.apache.camel.component.smpp.SmppSplitter
 
splitBody(Message) - Method in class org.apache.camel.component.smpp.SmppSmCommand
 
SPLITTING_POLICY - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
string2Date(String) - Static method in class org.apache.camel.component.smpp.SmppUtils
YYMMDDhhmmSS where: YY = last two digits of the year (00-99) MM = month (01-12) DD = day (01-31) hh = hour (00-23) mm = minute (00-59) SS = second (00-59) Java format is (yyMMddHHmmSS).
SUBMIT_DATE - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SUBMITTED - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
SYSTEM_ID - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 

T

toString() - Method in class org.apache.camel.component.smpp.SmppConfiguration
 
toString() - Method in class org.apache.camel.component.smpp.SmppConsumer
 
toString() - Method in class org.apache.camel.component.smpp.SmppMessage
 
toString() - Method in class org.apache.camel.component.smpp.SmppProducer
 

U

UCS2_ENCODING - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
UDHIE_HEADER_LENGTH - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The length of the UDH in bytes.
UDHIE_HEADER_REAL_LENGTH - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The real length of the UDH header.
UDHIE_IDENTIFIER_SAR - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The value that identifier length of the SAR fragment.
UDHIE_SAR_LENGTH - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The length of the SAR fragment.
UDHIE_SAR_REF_NUM_LENGTH - Static variable in class org.apache.camel.component.smpp.SmppSplitter
The length of the reference number of the SAR fragmet of the UDH header.
UNKNOWN_ALPHABET - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 

V

VALIDITY_PERIOD - Static variable in interface org.apache.camel.component.smpp.SmppConstants
 
valueOf(String) - Static method in enum org.apache.camel.component.smpp.SmppCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.smpp.SmppMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.smpp.SmppSplittingPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.smpp.SmppCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.smpp.SmppMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.smpp.SmppSplittingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I L M N O P R S T U V 

Apache Camel