@SchemaValidation(handler=eu.europa.ec.sfc2014.frontoffice.jws.SchemaValidationErrorHandler.class)
public class NotificationJwsImpl
extends java.lang.Object
The Web Service is defined as a "document-literal" service, which means that the SOAP messages have a single part referencing an XML Schema element that defines the entire body.
Constructor and Description |
---|
NotificationJwsImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<eu.europa.ec.sfc2014.model.notification.Event> |
checkEvents()
Returns the list of events that are relevant to the external user/system calling this method.
|
void |
dropEvents(java.util.List<eu.europa.ec.sfc2014.model.notification.EventId> eventIdList)
Allows acknowledging the reception of one or more events.
|
public java.util.List<eu.europa.ec.sfc2014.model.notification.Event> checkEvents() throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
All the new events since the last call, and all the old events that have not been dropped, are returned.
eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
- In case an unexpected error occurred.Event
public void dropEvents(java.util.List<eu.europa.ec.sfc2014.model.notification.EventId> eventIdList) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
The user/system must remember calling this operation not to degrade performance of the Notification service.
eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
- In case an unexpected error occurred.Event
Copyright © 2024. All rights reserved.