|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface declares the methods to implement for handling both MOA-ZS and ZUSE (delivery server) notifications.
Method Summary | |
void |
handleMZSDeliveryNotification(Element deliveryNotificationElement)
Handles a delivery notification of MOA-ZS, which represents the delivery status (SUCCESS, ERROR). |
void |
handleZUSEDeliveryNotification(Element deliveryNotificationElement)
Handles a delivery notification of a delivery server, which is is signed by the delivery server and contains the delivery confirmation signed by the user (RSa). |
Method Detail |
public void handleZUSEDeliveryNotification(Element deliveryNotificationElement) throws MoaException
deliveryNotificationElement
- the XML element representing the
delivery notification.
MoaException
- when an error occurs handling the delivery
notification.public void handleMZSDeliveryNotification(Element deliveryNotificationElement) throws MoaException
deliveryNotificationElement
- the XML element representing the
delivery notification.
MoaException
- when an error occurs handling the delivery
notification.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |