Package com.logica.smpp.pdu

Examples of com.logica.smpp.pdu.DeliverSM.debugString()


   *              a {@link com.logica.smpp.pdu.DeliverSM} PDU.
   */
  protected void handleDeliverEvent (ServerPDUEvent event)
  {
    DeliverSM pdu = (DeliverSM)(event.getPDU ());
    myLog.debug ("handleDeliverEvent - async response: {}", pdu.debugString ());
    try {
      mySession.respond (pdu.getResponse ());
    }
    catch (ValueNotSetException exc) {
      myLog.error ("handleDeliverEvent - exception in pdu", exc);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.