public interface JaxrsRestClient
extends com.holonplatform.http.rest.RestClient
RestClient using a JAX-RS Client to perform invocations.| Modifier and Type | Method and Description |
|---|---|
static com.holonplatform.http.rest.RestClient |
create()
Create a
RestClient using the default client builder implementation class provided by the JAX-RS
implementation provider. |
static com.holonplatform.http.rest.RestClient |
create(javax.ws.rs.client.Client client)
Create a
RestClient using given JAX-RS client. |
javax.ws.rs.client.Client |
getClient()
Get the JAX-RS Client bound to this RestClient.
|
javax.ws.rs.client.Client getClient()
static com.holonplatform.http.rest.RestClient create(javax.ws.rs.client.Client client)
RestClient using given JAX-RS client.client - JAX-RS Client to perform invocations (not null)static com.holonplatform.http.rest.RestClient create()
RestClient using the default client builder implementation class provided by the JAX-RS
implementation provider.create in interface com.holonplatform.http.rest.RestClientCopyright © 2017 The Holon Platform. All rights reserved.