Return the application end-point value.
try { AppSettings appSettings = new AppSettings(clientConnection); String appEndPoint = appSettings.getApplicationEndPoint(); } catch (SMPException e) { e.printStackTrace(); }