@Path(value="skipAll") public class TestServerSkipAllWebServices extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REST_EXPLICITLY_TRACED |
static String |
REST_NESTED_PATH |
static String |
REST_SIMPLE_PATH |
static String |
REST_TEST_SKIP_SERVICE_PATH |
Constructor and Description |
---|
TestServerSkipAllWebServices() |
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
explicitlyTraced() |
jakarta.ws.rs.core.Response |
nestedPath() |
jakarta.ws.rs.core.Response |
simplePath() |
public static final String REST_TEST_SKIP_SERVICE_PATH
public static final String REST_SIMPLE_PATH
public static final String REST_NESTED_PATH
public static final String REST_EXPLICITLY_TRACED
@GET @Path(value="simple") @Produces(value="text/plain") public jakarta.ws.rs.core.Response simplePath()
@GET @Path(value="simple/nested") @Produces(value="text/plain") public jakarta.ws.rs.core.Response nestedPath()
@GET @Traced @Path(value="explicitlyTraced") @Produces(value="text/plain") public jakarta.ws.rs.core.Response explicitlyTraced()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.