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 SmppProducer.getConfiguration()
          Returns the smppConfiguration for this producer
 SmppConfiguration SmppEndpoint.getConfiguration()
          Returns the smpp configuration
 SmppConfiguration SmppConsumer.getConfiguration()
          Returns the smpp configuration
 SmppConfiguration SmppComponent.getConfiguration()
           
 SmppConfiguration SmppBinding.getConfiguration()
          Returns the smpp configuration
 

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

Constructors in org.apache.camel.component.smpp with parameters of type SmppConfiguration
SmppBinding(SmppConfiguration configuration)
           
SmppComponent(SmppConfiguration configuration)
           
SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, Processor processor)
          The constructor which gets a smpp endpoint, a smpp configuration and a processor
SmppEndpoint(String endpointUri, 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