Class RestClientFactoryImpl
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.client.RestClientFactoryImpl
-
- All Implemented Interfaces:
org.osgi.service.rest.client.RestClientFactory
public class RestClientFactoryImpl extends Object implements org.osgi.service.rest.client.RestClientFactory
-
-
Constructor Summary
Constructors Constructor Description RestClientFactoryImpl(javax.ws.rs.client.ClientBuilder clientBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.service.rest.client.RestClient
createRestClient(URI uri)
-
-
-
Method Detail
-
createRestClient
public org.osgi.service.rest.client.RestClient createRestClient(URI uri)
- Specified by:
createRestClient
in interfaceorg.osgi.service.rest.client.RestClientFactory
-
-