public class XmlClientConfigBuilder extends AbstractXmlConfigHelper
ClientConfig using XML.AbstractXmlConfigHelper.IterableNodeListdomLevel3| Constructor and Description | 
|---|
XmlClientConfigBuilder()
Loads the client config using the following resolution mechanism:
 
 first it checks if a system property 'hazelcast.client.config' is set. 
 | 
XmlClientConfigBuilder(File file)  | 
XmlClientConfigBuilder(InputStream in)  | 
XmlClientConfigBuilder(String resource)  | 
XmlClientConfigBuilder(URL url)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientConfig | 
build()  | 
ClientConfig | 
build(ClassLoader classLoader)  | 
appendToken, checkTrue, cleanNodeName, cleanNodeName, fillDataSerializableFactories, fillNativeMemoryConfig, fillPortableFactories, fillProperties, fillSerializers, getAttribute, getIntegerValue, getLongValue, getTextContent, hasTextContent, parseSerialization, parseSocketInterceptorConfig, xmlToJavaNamepublic XmlClientConfigBuilder(String resource) throws IOException
IOExceptionpublic XmlClientConfigBuilder(File file) throws IOException
IOExceptionpublic XmlClientConfigBuilder(URL url) throws IOException
IOExceptionpublic XmlClientConfigBuilder(InputStream in)
public XmlClientConfigBuilder()
public ClientConfig build()
public ClientConfig build(ClassLoader classLoader)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.