Retrieve the customization resource bundle for the given resource name.
try {
AppSettings appSettings = new AppSettings(clientConnection);
byte[] cust = appSettings.getCustomizationResourceBundle("MC1:1.1");
} catch (SMPException e) {
e.printStackTrace();
}