Uses of Class
org.apache.camel.component.smpp.SmppConfiguration
-
Uses of SmppConfiguration in org.apache.camel.component.smpp
Fields in org.apache.camel.component.smpp declared as SmppConfigurationMethods in org.apache.camel.component.smpp that return SmppConfigurationModifier and TypeMethodDescriptionSmppConfiguration.copy()
SmppBinding.getConfiguration()
Returns the smpp configurationSmppComponent.getConfiguration()
SmppConsumer.getConfiguration()
Returns the smpp configurationSmppEndpoint.getConfiguration()
Returns the smpp configurationSmppProducer.getConfiguration()
Returns the smppConfiguration for this producerMethods in org.apache.camel.component.smpp with parameters of type SmppConfigurationModifier and TypeMethodDescriptionabstract SmppCommand
SmppCommandType.createCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) protected org.apache.camel.Endpoint
SmppComponent.createEndpoint
(String uri, SmppConfiguration config) Create a new smpp endpoint with the provided uri and smpp configurationprotected org.apache.camel.Endpoint
SmppComponent.createEndpoint
(SmppConfiguration config) Create a new smpp endpoint with the provided smpp configurationstatic SmppConnectionFactory
SmppConnectionFactory.getInstance
(SmppConfiguration config) void
SmppBinding.setConfiguration
(SmppConfiguration configuration) Set the smpp configuration.void
SmppComponent.setConfiguration
(SmppConfiguration configuration) To use the shared SmppConfiguration as configuration.Constructors in org.apache.camel.component.smpp with parameters of type SmppConfigurationModifierConstructorDescriptionAbstractSmppCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppBinding
(SmppConfiguration configuration) SmppCancelSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppComponent
(SmppConfiguration configuration) SmppConsumer
(SmppEndpoint endpoint, SmppConfiguration config, org.apache.camel.Processor processor) The constructor which gets a smpp endpoint, a smpp configuration and a processorSmppDataSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppEndpoint
(String endpointUri, org.apache.camel.Component component, SmppConfiguration configuration) SmppMessage
(org.apache.camel.CamelContext camelContext, org.jsmpp.bean.Command command, SmppConfiguration configuration) SmppProducer
(SmppEndpoint endpoint, SmppConfiguration config) SmppQuerySmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppReplaceSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppSubmitMultiCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) SmppSubmitSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config)