public interface JaxrsRestClient
extends com.holonplatform.http.rest.RestClient
RestClient using a JAX-RS Client to perform invocations.com.holonplatform.http.rest.RestClient.Invocation, com.holonplatform.http.rest.RestClient.RequestDefinitioncom.holonplatform.http.rest.RestClientOperations.InvocationOperations<RE,RP,RS,RL,RU>, com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R extends com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R>>| 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 © 2019 The Holon Platform. All rights reserved.