public static interface SmppEndpointBuilderFactory.SmppEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointProducerBuilder |
advanced() |
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
alphabet(byte alphabet)
Defines encoding of data according the SMPP 3.4 specification,
section 5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
alphabet(String alphabet)
Defines encoding of data according the SMPP 3.4 specification,
section 5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
dataCoding(byte dataCoding)
Defines the data coding according the SMPP 3.4 specification, section
5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
dataCoding(String dataCoding)
Defines the data coding according the SMPP 3.4 specification, section
5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
destAddr(String destAddr)
Defines the destination SME address.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
destAddrNpi(byte destAddrNpi)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
destAddrNpi(String destAddrNpi)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
destAddrTon(byte destAddrTon)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
destAddrTon(String destAddrTon)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
encoding(String encoding)
Defines the encoding scheme of the short message user data.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
httpProxyHost(String httpProxyHost)
If you need to tunnel SMPP through a HTTP proxy, set this attribute
to the hostname or ip address of your HTTP proxy.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
httpProxyPassword(String httpProxyPassword)
If your HTTP proxy requires basic authentication, set this attribute
to the password required for your HTTP proxy.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
httpProxyPort(Integer httpProxyPort)
If you need to tunnel SMPP through a HTTP proxy, set this attribute
to the port of your HTTP proxy.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
httpProxyPort(String httpProxyPort)
If you need to tunnel SMPP through a HTTP proxy, set this attribute
to the port of your HTTP proxy.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
httpProxyUsername(String httpProxyUsername)
If your HTTP proxy requires basic authentication, set this attribute
to the username required for your HTTP proxy.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
initialReconnectDelay(long initialReconnectDelay)
Defines the initial delay in milliseconds after the consumer/producer
tries to reconnect to the SMSC, after the connection was lost.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
initialReconnectDelay(String initialReconnectDelay)
Defines the initial delay in milliseconds after the consumer/producer
tries to reconnect to the SMSC, after the connection was lost.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
lazySessionCreation(boolean lazySessionCreation)
Sessions can be lazily created to avoid exceptions, if the SMSC is
not available when the Camel producer is started.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
lazySessionCreation(String lazySessionCreation)
Sessions can be lazily created to avoid exceptions, if the SMSC is
not available when the Camel producer is started.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
maxReconnect(int maxReconnect)
Defines the maximum number of attempts to reconnect to the SMSC, if
SMSC returns a negative bind response.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
maxReconnect(String maxReconnect)
Defines the maximum number of attempts to reconnect to the SMSC, if
SMSC returns a negative bind response.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
numberingPlanIndicator(byte numberingPlanIndicator)
Defines the numeric plan indicator (NPI) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
numberingPlanIndicator(String numberingPlanIndicator)
Defines the numeric plan indicator (NPI) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
password(String password)
The password for connecting to SMSC server.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
priorityFlag(byte priorityFlag)
Allows the originating SME to assign a priority level to the short
message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
priorityFlag(String priorityFlag)
Allows the originating SME to assign a priority level to the short
message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
protocolId(byte protocolId)
The protocol id.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
protocolId(String protocolId)
The protocol id.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
proxyHeaders(Map<String,String> proxyHeaders)
These headers will be passed to the proxy server while establishing
the connection.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
proxyHeaders(String proxyHeaders)
These headers will be passed to the proxy server while establishing
the connection.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
reconnectDelay(long reconnectDelay)
Defines the interval in milliseconds between the reconnect attempts,
if the connection to the SMSC was lost and the previous was not
succeed.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
reconnectDelay(String reconnectDelay)
Defines the interval in milliseconds between the reconnect attempts,
if the connection to the SMSC was lost and the previous was not
succeed.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
registeredDelivery(byte registeredDelivery)
Is used to request an SMSC delivery receipt and/or SME originated
acknowledgements.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
registeredDelivery(String registeredDelivery)
Is used to request an SMSC delivery receipt and/or SME originated
acknowledgements.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
replaceIfPresentFlag(byte replaceIfPresentFlag)
Used to request the SMSC to replace a previously submitted message,
that is still pending delivery.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
replaceIfPresentFlag(String replaceIfPresentFlag)
Used to request the SMSC to replace a previously submitted message,
that is still pending delivery.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
serviceType(String serviceType)
The service type parameter can be used to indicate the SMS
Application service associated with the message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
sourceAddr(String sourceAddr)
Defines the address of SME (Short Message Entity) which originated
this message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
sourceAddrNpi(byte sourceAddrNpi)
Defines the numeric plan indicator (NPI) to be used in the SME
originator address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
sourceAddrNpi(String sourceAddrNpi)
Defines the numeric plan indicator (NPI) to be used in the SME
originator address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
sourceAddrTon(byte sourceAddrTon)
Defines the type of number (TON) to be used in the SME originator
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
sourceAddrTon(String sourceAddrTon)
Defines the type of number (TON) to be used in the SME originator
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
splittingPolicy(SmppEndpointBuilderFactory.SmppSplittingPolicy splittingPolicy)
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.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
splittingPolicy(String splittingPolicy)
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.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
systemId(String systemId)
The system id (username) for connecting to SMSC server.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
systemType(String systemType)
This parameter is used to categorize the type of ESME (External Short
Message Entity) that is binding to the SMSC (max.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
typeOfNumber(byte typeOfNumber)
Defines the type of number (TON) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
typeOfNumber(String typeOfNumber)
Defines the type of number (TON) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
usingSSL(boolean usingSSL)
Whether using SSL with the smpps protocol.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
usingSSL(String usingSSL)
Whether using SSL with the smpps protocol.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointProducerBuilder advanced()
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder initialReconnectDelay(long initialReconnectDelay)
initialReconnectDelay - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder initialReconnectDelay(String initialReconnectDelay)
initialReconnectDelay - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder maxReconnect(int maxReconnect)
maxReconnect - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder maxReconnect(String maxReconnect)
maxReconnect - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder reconnectDelay(long reconnectDelay)
reconnectDelay - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder reconnectDelay(String reconnectDelay)
reconnectDelay - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder splittingPolicy(SmppEndpointBuilderFactory.SmppSplittingPolicy splittingPolicy)
splittingPolicy - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder splittingPolicy(String splittingPolicy)
splittingPolicy - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder systemType(String systemType)
systemType - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder destAddr(String destAddr)
destAddr - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder destAddrNpi(byte destAddrNpi)
destAddrNpi - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder destAddrNpi(String destAddrNpi)
destAddrNpi - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder destAddrTon(byte destAddrTon)
destAddrTon - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder destAddrTon(String destAddrTon)
destAddrTon - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder lazySessionCreation(boolean lazySessionCreation)
lazySessionCreation - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder lazySessionCreation(String lazySessionCreation)
lazySessionCreation - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder numberingPlanIndicator(byte numberingPlanIndicator)
numberingPlanIndicator - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder numberingPlanIndicator(String numberingPlanIndicator)
numberingPlanIndicator - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder priorityFlag(byte priorityFlag)
priorityFlag - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder priorityFlag(String priorityFlag)
priorityFlag - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder protocolId(byte protocolId)
protocolId - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder protocolId(String protocolId)
protocolId - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder registeredDelivery(byte registeredDelivery)
registeredDelivery - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder registeredDelivery(String registeredDelivery)
registeredDelivery - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder replaceIfPresentFlag(byte replaceIfPresentFlag)
replaceIfPresentFlag - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder replaceIfPresentFlag(String replaceIfPresentFlag)
replaceIfPresentFlag - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder serviceType(String serviceType)
serviceType - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder sourceAddr(String sourceAddr)
sourceAddr - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder sourceAddrNpi(byte sourceAddrNpi)
sourceAddrNpi - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder sourceAddrNpi(String sourceAddrNpi)
sourceAddrNpi - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder sourceAddrTon(byte sourceAddrTon)
sourceAddrTon - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder sourceAddrTon(String sourceAddrTon)
sourceAddrTon - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder typeOfNumber(byte typeOfNumber)
typeOfNumber - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder typeOfNumber(String typeOfNumber)
typeOfNumber - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder alphabet(byte alphabet)
alphabet - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder alphabet(String alphabet)
alphabet - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder dataCoding(byte dataCoding)
dataCoding - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder dataCoding(String dataCoding)
dataCoding - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder encoding(String encoding)
encoding - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder httpProxyHost(String httpProxyHost)
httpProxyHost - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder httpProxyPassword(String httpProxyPassword)
httpProxyPassword - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder httpProxyPort(Integer httpProxyPort)
httpProxyPort - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder httpProxyPort(String httpProxyPort)
httpProxyPort - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder httpProxyUsername(String httpProxyUsername)
httpProxyUsername - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder proxyHeaders(Map<String,String> proxyHeaders)
proxyHeaders - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder proxyHeaders(String proxyHeaders)
proxyHeaders - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder password(String password)
password - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder systemId(String systemId)
systemId - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder usingSSL(boolean usingSSL)
usingSSL - the value to setdefault SmppEndpointBuilderFactory.SmppEndpointProducerBuilder usingSSL(String usingSSL)
usingSSL - the value to setApache Camel