Package org.smpp.pdu

Examples of org.smpp.pdu.EnquireLinkResp.debugString()


            if (enquireResp != null) {
                valid = enquireResp.getCommandStatus() == Data.ESME_ROK;
                if (!valid) {
                    LOGGER.warn("Unexpected response to EnquireLink PDU: " +
                            enquireResp.debugString());
                }
            } else {
                LOGGER.error("No response to the EnquireLink PDU - may be " +
                        "communicating asynchronously or the session " +
                        "may be invalid");
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.