This method has been deprecated. Retrieves the properties of the messaging synchronization configuration from the Unwired Server.
ServerComponentVO getMessagingSyncServerConfiguration() throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
supServerConf.refresh(); ServerComponentVO scvo = supServerConf.getMessagingSyncServerConfiguration(); System.out.println(scvo.getID()); System.out.println(scvo.getType()); System.out.println(scvo.getProperties());