public class MeApiServiceImpl extends MeApiService
| Constructor and Description |
|---|
MeApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
meDelete(org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
meGet(org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
mePost(UserDTO body,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
mePut(UserDTO body,
org.wso2.msf4j.Request request) |
public javax.ws.rs.core.Response meDelete(org.wso2.msf4j.Request request)
throws NotFoundException
meDelete in class MeApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response meGet(org.wso2.msf4j.Request request)
throws NotFoundException
meGet in class MeApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response mePost(UserDTO body, org.wso2.msf4j.Request request) throws NotFoundException
mePost in class MeApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response mePut(UserDTO body, org.wso2.msf4j.Request request) throws NotFoundException
mePut in class MeApiServiceNotFoundExceptionCopyright © 2018 WSO2. All rights reserved.