public class RegisterApiServiceImpl extends RegisterApiService
| Constructor and Description |
|---|
RegisterApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteApplication(String clientId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
getApplication(String clientId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
registerApplication(RegistrationRequestDTO registrationRequest,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
updateApplication(UpdateRequestDTO updateRequest,
String clientId,
org.wso2.msf4j.Request request) |
public javax.ws.rs.core.Response deleteApplication(String clientId, org.wso2.msf4j.Request request) throws NotFoundException
deleteApplication in class RegisterApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response getApplication(String clientId, org.wso2.msf4j.Request request) throws NotFoundException
getApplication in class RegisterApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response registerApplication(RegistrationRequestDTO registrationRequest, org.wso2.msf4j.Request request) throws NotFoundException
registerApplication in class RegisterApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response updateApplication(UpdateRequestDTO updateRequest, String clientId, org.wso2.msf4j.Request request) throws NotFoundException
updateApplication in class RegisterApiServiceNotFoundExceptionCopyright © 2018 WSO2. All rights reserved.