BounceNotificationParser (Google App Engine API for Java)

com.google.appengine.api.mail

Class BounceNotificationParser



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

      All Methods Static Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BounceNotificationParser

        public BounceNotificationParser()
    • Method Detail

      • parse

        public static BounceNotification parse(HttpServletRequest request)
                                        throws java.io.IOException,
                                               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:
        java.io.IOException
        MessagingException