Class SESFeedbackService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.aws.SNSReceiverService
org.deltava.service.aws.SESFeedbackService
A Web Service to handle Amazone SES feedback SNS messages.
- Since:
- 8.5
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SNSReceiverService
confirm, execute, validateModifier and TypeMethodDescriptionprotected static booleanconfirm(SNSPayload sns) Confirms an SNS subscription.final intexecute(ServiceContext ctx) Executes the Web Service.protected static voidvalidate(SNSPayload sns) Validates an SNS message.Methods inherited from class WebService
error, error, error, isLogged, isSecureModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.booleanisLogged()Returns whether this web service calls are logged.booleanisSecure()Returns whether this web service requires authentication.
-
Constructor Details
-
SESFeedbackService
public SESFeedbackService()
-
-
Method Details
-
execute
Executes the Web Service.- Specified by:
executein classSNSReceiverService- Parameters:
ctx- the SNSContext- Returns:
- 200 Always
- Throws:
ServiceException- if an error occurs
-