// Allow injection of client
injectableFactory.add(new ContextInjectableProvider<Client>(
Client.class, this));
injectableFactory.configure(providerServices);
// Obtain all context resolvers
final ContextResolverFactory crf = new ContextResolverFactory();
// Obtain all message body readers/writers