@Path(value="mpRestClient") public class RestClientServices extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REST_MP_REST_CLIENT_DISABLED_TRACING
Web service endpoint that uses rest client with disabled tracing.
|
static String |
REST_MP_REST_CLIENT_DISABLED_TRACING_METHOD
Web service endpoint that uses rest client with disabled tracing.
|
static String |
REST_NESTED_MP_REST_CLIENT
Web service endpoint that will call itself some number of times.
|
static String |
REST_SERVICE_PATH |
| Constructor and Description |
|---|
RestClientServices() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
nestedMpRestClient(int nestDepth,
int nestBreadth,
String uniqueID,
boolean failNest,
boolean async) |
jakarta.ws.rs.core.Response |
restClientMethodTracingDisabled() |
jakarta.ws.rs.core.Response |
restClientTracingDisabled() |
public static final String REST_SERVICE_PATH
public static final String REST_NESTED_MP_REST_CLIENT
public static final String REST_MP_REST_CLIENT_DISABLED_TRACING
public static final String REST_MP_REST_CLIENT_DISABLED_TRACING_METHOD
@GET
@Path(value="restClientTracingDisabled")
@Produces(value="text/plain")
public jakarta.ws.rs.core.Response restClientTracingDisabled()
throws MalformedURLException
MalformedURLException@GET
@Path(value="restClientMethodTracingDisabled")
@Produces(value="text/plain")
public jakarta.ws.rs.core.Response restClientMethodTracingDisabled()
throws MalformedURLException
MalformedURLException@GET
@Path(value="nestedMpRestClient")
@Produces(value="text/plain")
public jakarta.ws.rs.core.Response nestedMpRestClient(@QueryParam(value="nestDepth")
int nestDepth,
@QueryParam(value="nestBreadth")
int nestBreadth,
@QueryParam(value="data")
String uniqueID,
@QueryParam(value="failNest")
boolean failNest,
@QueryParam(value="async")
boolean async)
throws MalformedURLException,
ExecutionException,
InterruptedException
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.