Interface ClientInfoRestWebService
-
- All Known Implementing Classes:
ClientInfoRestWebServiceImpl
public interface ClientInfoRestWebService
Provides interface for Client Info REST web services- Author:
- Javier Rojas Blum Date: 07.19.2012
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
requestClientInfoGet(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext)
jakarta.ws.rs.core.Response
requestClientInfoPost(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext)
-
-
-
Method Detail
-
requestClientInfoGet
@GET @Path("/clientinfo") @Produces("application/json") jakarta.ws.rs.core.Response requestClientInfoGet(@QueryParam("access_token") String accessToken, @HeaderParam("Authorization") String authorization, @Context jakarta.ws.rs.core.SecurityContext securityContext)
-
-