Class BounceNotificationParser (2.0.0)

public final class BounceNotificationParser extends HttpRequestParser

The BounceNotificationParser parses an incoming HTTP request into a description of a bounce notification.

Inheritance

java.lang.Object > HttpRequestParser > BounceNotificationParser

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
NameDescription
requestHttpServletRequest

The HttpServletRequest whose POST data should be parsed.

Returns
TypeDescription
BounceNotification

a BounceNotification

Exceptions
TypeDescription
IOException
MessagingException

Constructors

BounceNotificationParser()

public BounceNotificationParser()