com.google.checkout.notification
Interface NotificationParser

All Known Implementing Classes:
CompositeNotificationParser

public interface NotificationParser

The interface for parsing notifications of a specified type

Author:
Charles Dang (cdang@google.com)

Method Summary
 CheckoutNotification parse(org.w3c.dom.Document xmlDocument)
           
 

Method Detail

parse

CheckoutNotification parse(org.w3c.dom.Document xmlDocument)
                           throws CheckoutParserException
Parameters:
xmlDocument - The xml document to be parsed
Returns:
A CheckoutNotification object created by parsing the xml
Throws:
CheckoutParserException