Return the Push end-point value.
try { AppSettings appSettings = new AppSettings(clientConnection); String pushEndPoint = appSettings.getPushEndPoint(); } catch (SMPException e) { e.printStackTrace(); }