Examples of USSDResponse


Examples of org.smslib.USSDResponse

            event.event = AsyncEvents.NOTHING;
            response = event.response;
            Logger.getInstance().logDebug("USSD response : " + formatLog(response), null, getGateway().getGatewayId());
            if (Service.getInstance().getUSSDNotification() != null)
            {
              USSDResponse ussdResponse = new USSDResponse(response, getGateway().getGatewayId());
              ussdResponse.setContent(getGateway().getATHandler().formatUSSDResponse(ussdResponse.getContent()));
              Service.getInstance().getUSSDNotification().process(getGateway(), ussdResponse);
            }
          }
        }
        catch (InterruptedException e)
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.