Add Messaging Capability to an RBS device

Updates a replication-based synchronization device to allow it to be registered to support message-based synchronization applications in addition to replication-based synchronization applications.

You can send an upgrade request that allows the user to register the device with Unwired Server as a messaging device. You must then administer the device as both a replication-based synchronization and message-based synchronization device.

Syntax

DeviceInfoVO upgradeRbsDeviceAsMbsDevice(String deviceId, String templateName, RegistrationRequestVO registrationRequest, List<PropertyItemVO> settings) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples