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