Package com.hazelcast.client.config
Class ClientConfigXmlGenerator
java.lang.Object
com.hazelcast.client.config.ClientConfigXmlGenerator
The ClientConfigXmlGenerator is responsible for transforming a
ClientConfig
to a Hazelcast Client XML string.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
generate
(ClientConfig clientConfig) Convenience forgenerate(ClientConfig, int)
, which generates the xml without any formatting.static String
generate
(ClientConfig clientConfig, int indent) Transforms the givenClientConfig
to xml string formatting the output with givenindent
, -1 means no formatting.
-
Method Details
-
generate
Convenience forgenerate(ClientConfig, int)
, which generates the xml without any formatting. -
generate
Transforms the givenClientConfig
to xml string formatting the output with givenindent
, -1 means no formatting.
-