public final class BounceNotificationParser extends HttpRequestParserThe 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 | jakarta.servlet.http.HttpServletRequestThe HttpServletRequest whose POST data should be parsed. | 
| Returns | |
|---|---|
| Type | Description | 
| BounceNotification | a BounceNotification | 
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
| MessagingException | |
Constructors
BounceNotificationParser()
public BounceNotificationParser()