Uses of Class
org.apache.camel.component.smpp.SmppConfiguration

Uses of SmppConfiguration in org.apache.camel.component.smpp
 

Methods in org.apache.camel.component.smpp that return SmppConfiguration
 SmppConfiguration SmppConfiguration.copy()
           
 SmppConfiguration SmppBinding.getConfiguration()
          Returns the smpp configuration
 SmppConfiguration SmppEndpoint.getConfiguration()
          Returns the smpp configuration
 SmppConfiguration SmppComponent.getConfiguration()
           
 SmppConfiguration SmppConsumer.getConfiguration()
          Returns the smpp configuration
 SmppConfiguration SmppProducer.getConfiguration()
          Returns the smppConfiguration for this producer
 

Methods in org.apache.camel.component.smpp with parameters of type SmppConfiguration
protected  org.apache.camel.Endpoint SmppComponent.createEndpoint(SmppConfiguration config)
          Create a new smpp endpoint with the provided smpp configuration
protected  org.apache.camel.Endpoint SmppComponent.createEndpoint(String uri, SmppConfiguration config)
          Create a new smpp endpoint with the provided uri and smpp configuration
 void SmppBinding.setConfiguration(SmppConfiguration configuration)
          Set the smpp configuration.
 void SmppComponent.setConfiguration(SmppConfiguration configuration)
           
 

Constructors in org.apache.camel.component.smpp with parameters of type SmppConfiguration
SmppBinding(SmppConfiguration configuration)
           
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 processor
SmppEndpoint(String endpointUri, org.apache.camel.Component component, SmppConfiguration configuration)
           
SmppMessage(org.jsmpp.bean.AlertNotification command, SmppConfiguration configuration)
           
SmppMessage(org.jsmpp.bean.DataSm dataSm, SmppConfiguration configuration)
           
SmppMessage(org.jsmpp.bean.DeliverSm command, SmppConfiguration configuration)
           
SmppMessage(SmppConfiguration configuration)
           
SmppProducer(SmppEndpoint endpoint, SmppConfiguration config)
           
 



Apache CAMEL