public class IpnProcessor
extends java.lang.Object
implements javax.ws.rs.container.CompletionCallback
Modifier and Type | Field and Description |
---|---|
private IpnAcknowledgementService |
acknowledgementService |
private static org.slf4j.Logger |
log |
private NotificationService |
notificationService |
private javax.servlet.http.HttpServletRequest |
request |
private java.lang.String |
shopId |
Constructor and Description |
---|
IpnProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(java.lang.Throwable throwable) |
private void |
process() |
void |
setNotificationRequest(javax.servlet.http.HttpServletRequest request) |
void |
setTargetShop(java.lang.String shopId) |
private static final org.slf4j.Logger log
@Inject private IpnAcknowledgementService acknowledgementService
@Inject private NotificationService notificationService
private javax.servlet.http.HttpServletRequest request
private java.lang.String shopId
public void setNotificationRequest(javax.servlet.http.HttpServletRequest request)
public void setTargetShop(java.lang.String shopId)
public void onComplete(java.lang.Throwable throwable)
onComplete
in interface javax.ws.rs.container.CompletionCallback
private void process()