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

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

Methods in org.apache.camel.component.smpp that return SmppEndpoint
 SmppEndpoint SmppConsumer.getEndpoint()
           
 SmppEndpoint SmppProducer.getEndpoint()
           
 

Constructors in org.apache.camel.component.smpp with parameters of type SmppEndpoint
MessageReceiverListenerImpl(SmppEndpoint endpoint, org.apache.camel.Processor processor, org.apache.camel.spi.ExceptionHandler exceptionHandler)
           
SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, org.apache.camel.Processor processor)
          The constructor which gets a smpp endpoint, a smpp configuration and a processor
SmppProducer(SmppEndpoint endpoint, SmppConfiguration config)
           
 



Apache Camel