Management API Features

SAP Mobile Platform includes a Java API that opens the administration and configuration of SAP Mobile Platform to Java client applications you create. By building a custom client with the Management API, you can build custom application to support SAP Mobile Platform administration features and functionality within an existing IT management infrastructure.

When creating a custom SAP Mobile Platform administration client, the entry point is the SUPObjectFactory class. By calling methods of SUPObjectFactory, which require different context objects, you can retrieve administration interfaces to perform administration activities. Should errors occur, they are reported through a SUPAdminException, which provides the error code and error message. For details of each administration interface, you can refer to the Javadoc shipped with the Management API.