Class XMLStringConfiguration
java.lang.Object
org.infinispan.commons.configuration.XMLStringConfiguration
- All Implemented Interfaces:
BasicConfiguration
A simple wrapper for an XML configuration represented as a String.
- Since:
- 9.2
- Author:
- Tristan Tarrant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoXMLString
(String name) Converts this configuration to its XML representation.Methods inherited from interface org.infinispan.commons.configuration.BasicConfiguration
toXMLString
-
Constructor Details
-
XMLStringConfiguration
-
-
Method Details
-
toXMLString
Description copied from interface:BasicConfiguration
Converts this configuration to its XML representation. The name of the configuration in the XML will be the one supplied in the argument.- Specified by:
toXMLString
in interfaceBasicConfiguration
- Returns:
- a String containing the XML representation of an Infinispan configuration using the Infinispan schema.
-