getApplicationEndPoint() method

Return the application end-point value.

Syntax

public String getApplicationEndPoint () throws SMPException

Exceptions

Example 1

try {
   AppSettings appSettings = new AppSettings(clientConnection);
   String appEndPoint = appSettings.getApplicationEndPoint();
} catch (SMPException e) {
   e.printStackTrace();
}