Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder
Packages that use SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder
-
Uses of SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMPP component.Methods in org.apache.camel.builder.endpoint.dsl that return SmppEndpointBuilderFactory.SmppEndpointConsumerBuilderModifier and TypeMethodDescriptionSmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.addressRange(String addressRange) You can specify the address range for the SmppConsumer as defined in section 5.2.7 of the SMPP 3.4 specification.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.alphabet(byte alphabet) Defines encoding of data according the SMPP 3.4 specification, section 5.2.19.Defines encoding of data according the SMPP 3.4 specification, section 5.2.19.SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.basic()SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.dataCoding(byte dataCoding) Defines the data coding according the SMPP 3.4 specification, section 5.2.19.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.dataCoding(String dataCoding) Defines the data coding according the SMPP 3.4 specification, section 5.2.19.Defines the encoding scheme of the short message user data.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.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.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.httpProxyPassword(String httpProxyPassword) If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.httpProxyPort(Integer httpProxyPort) If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.httpProxyPort(String httpProxyPort) If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.httpProxyUsername(String httpProxyUsername) If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.initialReconnectDelay(long initialReconnectDelay) Defines the initial delay in milliseconds after the consumer/producer tries to reconnect to the SMSC, after the connection was lost.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.initialReconnectDelay(String initialReconnectDelay) Defines the initial delay in milliseconds after the consumer/producer tries to reconnect to the SMSC, after the connection was lost.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.maxReconnect(int maxReconnect) Defines the maximum number of attempts to reconnect to the SMSC, if SMSC returns a negative bind response.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.maxReconnect(String maxReconnect) Defines the maximum number of attempts to reconnect to the SMSC, if SMSC returns a negative bind response.The password for connecting to SMSC server.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.proxyHeaders(String proxyHeaders) These headers will be passed to the proxy server while establishing the connection.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.proxyHeaders(Map<String, String> proxyHeaders) These headers will be passed to the proxy server while establishing the connection.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.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.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.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.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.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.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.splittingPolicy(org.apache.camel.component.smpp.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.The system id (username) for connecting to SMSC server.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.systemType(String systemType) This parameter is used to categorize the type of ESME (External Short Message Entity) that is binding to the SMSC (max.SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.usingSSL(boolean usingSSL) Whether using SSL with the smpps protocol.Whether using SSL with the smpps protocol.