Class BounceNotificationParser


  • public final class BounceNotificationParser
    extends HttpRequestParser
    The BounceNotificationParser parses an incoming HTTP request into a description of a bounce notification.
    • Constructor Detail

      • BounceNotificationParser

        public BounceNotificationParser()
    • Method Detail

      • parse

        public static BounceNotification parse​(javax.servlet.http.HttpServletRequest request)
                                        throws IOException,
                                               javax.mail.MessagingException
        Parse the POST data of the given request to get details about the bounce notification.
        Parameters:
        request - The HttpServletRequest whose POST data should be parsed.
        Returns:
        a BounceNotification
        Throws:
        IOException
        javax.mail.MessagingException