public final class ComponentRestClientServiceFactory extends AbstractRestClientServiceFactory<ComponentRestClient>
{
@Override
protected ComponentRestClient getService(URI baseUri, HttpClient httpClient)
{
return new AsynchronousComponentRestClient(baseUri, httpClient);
}