public class LogDeliveryNotificationHandler extends AbstractDeliveryNotificationHandler
Constructor and Description |
---|
LogDeliveryNotificationHandler() |
Modifier and Type | Method and Description |
---|---|
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).
|
public void handleZUSEDeliveryNotification(Element deliveryNotificationElement) throws MoaException
DeliveryNotificationHandler
deliveryNotificationElement
- the XML element representing the
delivery notification.MoaException
- when an error occurs handling the delivery
notification.public void handleMZSDeliveryNotification(Element deliveryNotificationElement) throws MoaException
DeliveryNotificationHandler
deliveryNotificationElement
- the XML element representing the
delivery notification.MoaException
- when an error occurs handling the delivery
notification.Copyright 2008 EGIZ. All Rights Reserved.