| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SmppEndpointBuilderFactory.SmppEndpointBuilder
Builder for endpoint for the SMPP component.
|
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.alphabet(byte alphabet)
Defines encoding of data according the SMPP 3.4 specification,
section 5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.alphabet(String alphabet)
Defines encoding of data according the SMPP 3.4 specification,
section 5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointProducerBuilder.basic() |
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.dataCoding(byte dataCoding)
Defines the data coding according the SMPP 3.4 specification, section
5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.dataCoding(String dataCoding)
Defines the data coding according the SMPP 3.4 specification, section
5.2.19.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.destAddr(String destAddr)
Defines the destination SME address.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.destAddrNpi(byte destAddrNpi)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.destAddrNpi(String destAddrNpi)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.destAddrTon(byte destAddrTon)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.destAddrTon(String destAddrTon)
Defines the type of number (TON) to be used in the SME destination
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.encoding(String encoding)
Defines the encoding scheme of the short message user data.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.numberingPlanIndicator(byte numberingPlanIndicator)
Defines the numeric plan indicator (NPI) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.numberingPlanIndicator(String numberingPlanIndicator)
Defines the numeric plan indicator (NPI) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.password(String password)
The password for connecting to SMSC server.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.priorityFlag(byte priorityFlag)
Allows the originating SME to assign a priority level to the short
message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.priorityFlag(String priorityFlag)
Allows the originating SME to assign a priority level to the short
message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.protocolId(byte protocolId)
The protocol id.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.protocolId(String protocolId)
The protocol id.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.proxyHeaders(Map<String,String> proxyHeaders)
These headers will be passed to the proxy server while establishing
the connection.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.proxyHeaders(String proxyHeaders)
These headers will be passed to the proxy server while establishing
the connection.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.registeredDelivery(byte registeredDelivery)
Is used to request an SMSC delivery receipt and/or SME originated
acknowledgements.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.registeredDelivery(String registeredDelivery)
Is used to request an SMSC delivery receipt and/or SME originated
acknowledgements.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.replaceIfPresentFlag(byte replaceIfPresentFlag)
Used to request the SMSC to replace a previously submitted message,
that is still pending delivery.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.replaceIfPresentFlag(String replaceIfPresentFlag)
Used to request the SMSC to replace a previously submitted message,
that is still pending delivery.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.sourceAddr(String sourceAddr)
Defines the address of SME (Short Message Entity) which originated
this message.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.sourceAddrNpi(byte sourceAddrNpi)
Defines the numeric plan indicator (NPI) to be used in the SME
originator address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.sourceAddrNpi(String sourceAddrNpi)
Defines the numeric plan indicator (NPI) to be used in the SME
originator address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.sourceAddrTon(byte sourceAddrTon)
Defines the type of number (TON) to be used in the SME originator
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.sourceAddrTon(String sourceAddrTon)
Defines the type of number (TON) to be used in the SME originator
address parameters.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.systemId(String systemId)
The system id (username) for connecting to SMSC server.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
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 |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.typeOfNumber(byte typeOfNumber)
Defines the type of number (TON) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.typeOfNumber(String typeOfNumber)
Defines the type of number (TON) to be used in the SME.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.usingSSL(boolean usingSSL)
Whether using SSL with the smpps protocol.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.usingSSL(String usingSSL)
Whether using SSL with the smpps protocol.
|
Apache Camel