Alle Klassen und Schnittstellen

Klasse
Beschreibung
Configuration class for the prosEO NotificationService component
Configures the security settings for the notification system in a Java application using the Spring Security framework.
The NotificationService application
No description (Generated with springmvc-raml-parser v.2.0.5)
No description (Generated with springmvc-raml-parser v.2.0.5)
REST controller that receives and processes notifications by delegating the task of sending messages to the SendManager class, and it handles exceptions and returns appropriate responses to the client
 
This SendManager class is responsible for preparing and sending messages either as HTTP requests or emails.
The HTTP service to post the message.
The mail service to send emails using JavaMail.