com.google.appengine.api.mail
Class BounceNotificationParser
- java.lang.Object
-
- com.google.appengine.api.utils.HttpRequestParser
-
- com.google.appengine.api.mail.BounceNotificationParser
-
public final class BounceNotificationParser extends HttpRequestParser
TheBounceNotificationParser
parses an incoming HTTP request into a description of a bounce notification.
-
-
Constructor Summary
Constructors Constructor and Description BounceNotificationParser()
-
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.
-
-
-
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
- TheHttpServletRequest
whose POST data should be parsed.- Returns:
- a BounceNotification
- Throws:
java.io.IOException
MessagingException
-
-