@Path(value="/wildcard/{id}/foo") public class WildcardClassService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REST_FOO_PATH |
static String |
REST_SERVICE_PATH |
static String |
REST_TWO_IDS |
Constructor and Description |
---|
WildcardClassService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getFoo(String id,
String name) |
javax.ws.rs.core.Response |
getTwoParams(String id,
String first,
String second) |
public static final String REST_SERVICE_PATH
public static final String REST_FOO_PATH
public static final String REST_TWO_IDS
Copyright © 2020 Eclipse Foundation. All rights reserved.