xstream.processAnnotations(ServiceSubscriptionListResponse.class);
xstream.processAnnotations(ServiceSubscriptionDeleteResponse.class);
xstream.processAnnotations(ServiceResourceInfo.class);
xstream.processAnnotations(ServiceResourceResponse.class);
xstream.processAnnotations(ServiceResourceListResponse.class);
xstream.processAnnotations(ServiceResourceBindingListResponse.class);
xstream.processAnnotations(ResourceBindingInfo.class);
// Hack to fix backward compatibility
xstream.alias("net.stax.api.ApplicationStatusResponse", ApplicationStatusResponse.class);
xstream.alias("net.stax.api.ApplicationSetMetaResponse", ApplicationSetMetaResponse.class);