Package io.jans.notify.rest
Class NotifyRestServiceImpl
- java.lang.Object
-
- io.jans.notify.rest.NotifyRestServiceImpl
-
- All Implemented Interfaces:
NotifyRestService
@Path("/") public class NotifyRestServiceImpl extends Object implements NotifyRestService
- Version:
- Septempber 15, 2017
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description NotifyRestServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
registerDevice(String authorization, String token, String userData, jakarta.servlet.http.HttpServletRequest httpRequest)
jakarta.ws.rs.core.Response
sendNotification(String authorization, String endpoint, String message, jakarta.servlet.http.HttpServletRequest httpRequest)
-
-
-
Method Detail
-
registerDevice
public jakarta.ws.rs.core.Response registerDevice(String authorization, String token, String userData, jakarta.servlet.http.HttpServletRequest httpRequest)
- Specified by:
registerDevice
in interfaceNotifyRestService
-
sendNotification
public jakarta.ws.rs.core.Response sendNotification(String authorization, String endpoint, String message, jakarta.servlet.http.HttpServletRequest httpRequest)
- Specified by:
sendNotification
in interfaceNotifyRestService
-
-