com.hazelcast.config
Class XmlConfigBuilder
java.lang.Object
com.hazelcast.config.AbstractXmlConfigHelper
com.hazelcast.config.XmlConfigBuilder
- All Implemented Interfaces:
- ConfigBuilder
public class XmlConfigBuilder
- extends AbstractXmlConfigHelper
- implements ConfigBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlConfigBuilder
public XmlConfigBuilder(java.lang.String xmlFileName)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
XmlConfigBuilder
public XmlConfigBuilder(java.io.InputStream inputStream)
XmlConfigBuilder
public XmlConfigBuilder()
build
public Config build()
- Description copied from interface:
ConfigBuilder
- Builds Config object.
- Specified by:
build in interface ConfigBuilder
build
public Config build(Config config)
build
public Config build(org.w3c.dom.Element element)
handleWanReplication
public void handleWanReplication(org.w3c.dom.Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleNetwork
public void handleNetwork(org.w3c.dom.Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTextContent
public java.lang.String getTextContent(org.w3c.dom.Node node)
- Overrides:
getTextContent in class AbstractXmlConfigHelper
handleExecutor
public void handleExecutor(org.w3c.dom.Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleGroup
public void handleGroup(org.w3c.dom.Node node)
handleProperties
public void handleProperties(org.w3c.dom.Node node,
java.util.Properties properties)
handleQueue
public void handleQueue(org.w3c.dom.Node node)
handleMap
public void handleMap(org.w3c.dom.Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleTopic
public void handleTopic(org.w3c.dom.Node node)
handleSemaphore
public void handleSemaphore(org.w3c.dom.Node node)
handleMergePolicies
public void handleMergePolicies(org.w3c.dom.Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.