@Path(value="shops/{shopId}/payments/paypalplus")
@RolesAllowed(value="external_notifications")
public class NotificationResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private IpnProcessor |
processor |
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) |
@Context private javax.servlet.http.HttpServletRequest request
@Inject private IpnProcessor processor