public abstract class AbstractManagementController extends Object
| Constructor and Description |
|---|
AbstractManagementController() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
sendCustomResponse(int responseCode,
Object obj) |
javax.ws.rs.core.Response |
sendCustomResponse(int responseCode,
String message) |
javax.ws.rs.core.Response |
sendCustomSuccessResponse(String message) |
javax.ws.rs.core.Response |
sendSuccessResponse(Object obj) |
public javax.ws.rs.core.Response sendCustomSuccessResponse(String message)
public javax.ws.rs.core.Response sendSuccessResponse(Object obj)
public javax.ws.rs.core.Response sendCustomResponse(int responseCode,
Object obj)
public javax.ws.rs.core.Response sendCustomResponse(int responseCode,
String message)
Copyright © 2016–2019 AdroitLogic. All rights reserved.