public final class BounceNotificationParser extends HttpRequestParser
BounceNotificationParser parses an incoming HTTP request into
a description of a bounce notification.| Constructor and Description |
|---|
BounceNotificationParser() |
| Modifier and Type | Method and Description |
|---|---|
static BounceNotification |
parse(HttpServletRequest request)
Parse the POST data of the given request to get details about the bounce notification.
|
public static BounceNotification parse(HttpServletRequest request) throws java.io.IOException, MessagingException
request - The HttpServletRequest whose POST data should be parsed.java.io.IOExceptionMessagingException