moazs.api.dn.impl
Class FileDeliveryNotificationHandler
java.lang.Object
moazs.api.dn.AbstractDeliveryNotificationHandler
moazs.api.dn.impl.FileDeliveryNotificationHandler
- All Implemented Interfaces:
- DeliveryNotificationHandler
- public class FileDeliveryNotificationHandler
- extends AbstractDeliveryNotificationHandler
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). |
FileDeliveryNotificationHandler
public FileDeliveryNotificationHandler()
handleZUSEDeliveryNotification
public void handleZUSEDeliveryNotification(Element deliveryNotificationElement)
throws MoaException
- Description copied from interface:
DeliveryNotificationHandler
- 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).
- Parameters:
deliveryNotificationElement
- the XML element representing the
delivery notification.
- Throws:
MoaException
- when an error occurs handling the delivery
notification.
handleMZSDeliveryNotification
public void handleMZSDeliveryNotification(Element deliveryNotificationElement)
throws MoaException
- Description copied from interface:
DeliveryNotificationHandler
- Handles a delivery notification of MOA-ZS, which represents the delivery
status (SUCCESS, ERROR). Success means the delivery
has been successfully delivery to the server, error means some error has
occured and the delivery could not be handed over to the server.
- Parameters:
deliveryNotificationElement
- the XML element representing the
delivery notification.
- Throws:
MoaException
- when an error occurs handling the delivery
notification.
Copyright 2008 EGIZ. All Rights Reserved.