@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 |
---|---|
javax.ws.rs.core.Response |
explicitlyTraced() |
javax.ws.rs.core.Response |
nestedPath() |
javax.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 javax.ws.rs.core.Response simplePath()
@GET @Path(value="simple/nested") @Produces(value="text/plain") public javax.ws.rs.core.Response nestedPath()
@GET @Traced @Path(value="explicitlyTraced") @Produces(value="text/plain") public javax.ws.rs.core.Response explicitlyTraced()
Copyright © 2020 Eclipse Foundation. All rights reserved.