public final class BounceNotificationParser extends HttpRequestParser
The BounceNotificationParser
parses an incoming HTTP request into
a description of a bounce notification.
Static Methods
parse(HttpServletRequest request)
public static BounceNotification parse(HttpServletRequest request)
Parse the POST data of the given request to get details about the bounce notification.
Parameter | |
---|---|
Name | Description |
request |
HttpServletRequest The HttpServletRequest whose POST data should be parsed. |
Returns | |
---|---|
Type | Description |
BounceNotification |
a BounceNotification |
Exceptions | |
---|---|
Type | Description |
IOException |
|
MessagingException |
Constructors
BounceNotificationParser()
public BounceNotificationParser()