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

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

Methods in org.apache.camel.component.smpp that return SmppMessage
 SmppMessage SmppBinding.createSmppMessage(org.jsmpp.bean.AlertNotification alertNotification)
          Create a new SmppMessage from the inbound alert notification
 SmppMessage SmppBinding.createSmppMessage(org.jsmpp.bean.DataSm dataSm, String smppMessageId)
           
 SmppMessage SmppBinding.createSmppMessage(org.jsmpp.bean.DeliverSm deliverSm)
          Create a new SmppMessage from the inbound deliver sm or deliver receipt
 SmppMessage SmppMessage.newInstance()
           
 



Apache Camel