|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.util.NotificationXmlProcessor
public class NotificationXmlProcessor
Constructor Summary | |
---|---|
NotificationXmlProcessor(MerchantInfo merchantInfo,
NotificationParser parser,
NotificationHandler handler,
java.util.HashMap oldTypeNotificationHandlers)
Default constructor |
Method Summary | |
---|---|
org.w3c.dom.Document |
process(org.w3c.dom.Document xmlDocument)
Processes an xml document of an arbitrary notification type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationXmlProcessor(MerchantInfo merchantInfo, NotificationParser parser, NotificationHandler handler, java.util.HashMap oldTypeNotificationHandlers)
Method Detail |
---|
public org.w3c.dom.Document process(org.w3c.dom.Document xmlDocument) throws CheckoutXmlProcessorException
process
in interface CheckoutXmlProcessor
xmlDocument
- The xml document representation of a notification to be
processed
CheckoutXmlProcessorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |