@Path(value="shops/{shopId}/payments/paypalplus")
@RolesAllowed(value="external_notifications")
public class NotificationResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private IpnAcknowledgementService |
ipnAcknowledgementService |
private static org.slf4j.Logger |
log |
private NotificationService |
notificationService |
private javax.servlet.http.HttpServletRequest |
request |
Constructor and Description |
---|
NotificationResource() |
Modifier and Type | Method and Description |
---|---|
void |
createNotification(javax.ws.rs.container.AsyncResponse asyncResponse,
java.lang.String shopId) |
private static final org.slf4j.Logger log
@Inject private IpnAcknowledgementService ipnAcknowledgementService
@Inject private NotificationService notificationService
@Context private javax.servlet.http.HttpServletRequest request