Package de.hybris.datasupplier.services
Interface DSContentGeneratorService
-
- All Known Implementing Classes:
DefaultDSContentGeneratorService
public interface DSContentGeneratorServiceAn interface which wraps system information(tomcat, hybris, database) collection and generation of an XML content with these information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateContent()Generates XML with information about the system according to the SLD template
-
-
-
Method Detail
-
generateContent
java.lang.String generateContent() throws DSContentGenerationExceptionGenerates 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
-
-