Package de.dlr.proseo.ui.backend
Class ServiceConfiguration
java.lang.Object
de.dlr.proseo.ui.backend.ServiceConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
public class ServiceConfiguration
extends Object
Configuration class for the prosEO User Interface (both GUI and CLI)
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the URL of the prosEO Archive Manager componentGets the URL of the prosEO Facility Manager componentGets the default timeout for HTTP connectionsGets the URL of the prosEO Ingestor componentGets the URL of the prosEO Order Manager componentGets the URL of the prosEO Processor Manager componentGets the URL of the prosEO Product Class Manager componentGets the URL of the prosEO Production Planner componentGets the URL of the prosEO User Manager component
-
Constructor Details
-
ServiceConfiguration
public ServiceConfiguration()
-
-
Method Details
-
getUserManagerUrl
Gets the URL of the prosEO User Manager component- Returns:
- the userManagerUrl
-
getProductionPlannerUrl
Gets the URL of the prosEO Production Planner component- Returns:
- the productionPlannerUrl the URL of the Production Planner
-
getIngestorUrl
Gets the URL of the prosEO Ingestor component- Returns:
- the ingestorUrl
-
getOrderManagerUrl
Gets the URL of the prosEO Order Manager component- Returns:
- the orderManagerUrl
-
getProcessorManagerUrl
Gets the URL of the prosEO Processor Manager component- Returns:
- the processorManagerUrl
-
getProductClassManagerUrl
Gets the URL of the prosEO Product Class Manager component- Returns:
- the productClassManagerUrl
-
getFacilityManagerUrl
Gets the URL of the prosEO Facility Manager component- Returns:
- the facilityManagerUrl
-
getArchiveManagerUrl
Gets the URL of the prosEO Archive Manager component- Returns:
- the archiveManagerUrl
-
getHttpTimeout
Gets the default timeout for HTTP connections- Returns:
- the httpTimeout
-