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 SmppConfiguration Modifier and Type Field Description protected SmppConfigurationAbstractSmppCommand. configMethods in org.apache.camel.component.smpp that return SmppConfiguration Modifier and Type Method Description SmppConfigurationSmppConfiguration. copy()SmppConfigurationSmppBinding. getConfiguration()Returns the smpp configurationSmppConfigurationSmppComponent. getConfiguration()SmppConfigurationSmppConsumer. getConfiguration()Returns the smpp configurationSmppConfigurationSmppEndpoint. getConfiguration()Returns the smpp configurationSmppConfigurationSmppProducer. getConfiguration()Returns the smppConfiguration for this producerMethods in org.apache.camel.component.smpp with parameters of type SmppConfiguration Modifier and Type Method Description abstract 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 SmppConfiguration Constructor Description AbstractSmppCommand(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)
-