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 SmppCommandSmppCommandType.createCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config) protected org.apache.camel.EndpointSmppComponent.createEndpoint(String uri, SmppConfiguration config) Create a new smpp endpoint with the provided uri and smpp configurationprotected org.apache.camel.EndpointSmppComponent.createEndpoint(SmppConfiguration config) Create a new smpp endpoint with the provided smpp configurationstatic SmppConnectionFactorySmppConnectionFactory.getInstance(SmppConfiguration config) voidSmppBinding.setConfiguration(SmppConfiguration configuration) Set the smpp configuration.voidSmppComponent.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)