Package | Description |
---|---|
org.apache.cxf.jaxrs.model |
Modifier and Type | Method and Description |
---|---|
List<UserOperation> |
UserResource.getOperations() |
Map<String,UserOperation> |
UserResource.getOperationsAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
UserResource.setOperations(List<UserOperation> ops) |
Constructor and Description |
---|
UserResource(String className,
String pathValue,
List<UserOperation> ops) |
Apache CXF