Package de.hybris.datasupplier.services
Interface DSContentGeneratorService
- All Known Implementing Classes:
DefaultDSContentGeneratorService
public interface DSContentGeneratorService
An interface which wraps system information(tomcat, hybris, database) collection and generation of an XML content
with these information
-
Method Summary
Modifier and TypeMethodDescriptionGenerates XML with information about the system according to the SLD template
-
Method Details
-
generateContent
Generates XML with information about the system according to the SLD template- Returns:
- An XML with platform information in SLD format
- Throws:
DSContentGenerationException- if SLD SYSTEM_ID doesn't match or if something fails during collecting or generating SLD data
-