public class XMLConfiguration extends EmptyConfiguration
EMPTY_ARRAY| Modifier | Constructor and Description |
|---|---|
|
XMLConfiguration(InputStream in)
Create instance of class and load file from defined input stream
|
|
XMLConfiguration(InputStream in,
Hashtable<String,Object> attributes,
Hashtable<String,Boolean> features)
Create instance of class and load file from defined input stream
|
protected |
XMLConfiguration(Object in,
Hashtable<String,Object> attributes,
Hashtable<String,Boolean> features,
boolean nop) |
|
XMLConfiguration(String filename)
Create instance of class and load file from defined file name
|
|
XMLConfiguration(String filename,
Hashtable<String,Object> attributes,
Hashtable<String,Boolean> features)
Create instance of class and load file from defined input stream
|
| Modifier and Type | Method and Description |
|---|---|
protected Configuration |
addAgent(Node node) |
protected Configuration |
addApplicationID(Node node) |
protected Configuration |
addApplicationID(NodeList node) |
protected void |
addApplications(Node node) |
protected void |
addConcurrent(Parameters name,
Node node) |
protected void |
addConcurrentEntity(List<Configuration> items,
Node node) |
protected void |
addDictionary(Parameters name,
Node node) |
protected void |
addExtensions(Node node) |
protected void |
addInternalExtension(Ordinal ep,
String value) |
protected void |
addIPAddress(Node node) |
protected Configuration |
addIPAddressItem(Node node) |
protected void |
addLocalPeer(Node node) |
protected void |
addNetwork(Node node) |
protected void |
addParameters(Node node) |
protected Configuration |
addPeer(Node node) |
protected void |
addPeers(Node node) |
protected Configuration |
addRealm(Node node) |
protected void |
addRealms(Node node) |
protected void |
addRequestTable(Parameters name,
Node node) |
protected void |
addSecurity(Node node) |
protected Configuration |
addSecurityData(Node node) |
protected void |
addStatisticLogger(Parameters name,
Node node) |
protected void |
addThreadPool(Node item) |
protected void |
appendOtherParameter(Node node) |
protected String |
getAttrValue(Node node,
String name) |
protected Integer |
getIntValue(Node node) |
protected Long |
getLongValue(Node node) |
protected List<Configuration> |
getProperties(Node node) |
protected String |
getValue(Node node) |
protected void |
processing(Document document) |
protected void |
validate(Document document) |
addChangeListener, removeChangeListener, removeValue, setBooleanValue, setByteArrayValue, setByteValue, setChildren, setDoubleValue, setIntValue, setLongValue, setStringValueadd, add, add, getBooleanValue, getByteArrayValue, getByteValue, getChildren, getDoubleValue, getInstance, getIntValue, getLongValue, getStringValue, getValue, isAttributeExist, putValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBooleanValue, getByteArrayValue, getByteValue, getChildren, getDoubleValue, getIntValue, getLongValue, getStringValue, isAttributeExistpublic XMLConfiguration(InputStream in) throws Exception
in - input streamExceptionpublic XMLConfiguration(InputStream in, Hashtable<String,Object> attributes, Hashtable<String,Boolean> features) throws Exception
in - input streamattributes - attributes for DocumentBuilderFactoryfeatures - features for DocumentBuilderFactoryExceptionpublic XMLConfiguration(String filename) throws Exception
filename - configuration file nameExceptionpublic XMLConfiguration(String filename, Hashtable<String,Object> attributes, Hashtable<String,Boolean> features) throws Exception
filename - configuration file nameattributes - attributes for DocumentBuilderFactoryfeatures - features for DocumentBuilderFactoryExceptionprotected void processing(Document document)
protected void addApplications(Node node)
protected Configuration addApplicationID(NodeList node)
protected Configuration addApplicationID(Node node)
protected void addParameters(Node node)
protected void addThreadPool(Node item)
protected void addConcurrent(Parameters name, Node node)
protected void addConcurrentEntity(List<Configuration> items, Node node)
protected void addStatisticLogger(Parameters name, Node node)
protected void addDictionary(Parameters name, Node node)
protected void addRequestTable(Parameters name, Node node)
protected void addSecurity(Node node)
protected Configuration addSecurityData(Node node)
protected void addNetwork(Node node)
protected void addPeers(Node node)
protected void addRealms(Node node)
protected Configuration addPeer(Node node)
protected void addLocalPeer(Node node)
protected void addIPAddress(Node node)
protected Configuration addIPAddressItem(Node node)
protected Configuration addRealm(Node node)
protected Configuration addAgent(Node node)
protected List<Configuration> getProperties(Node node)
protected void appendOtherParameter(Node node)
protected void addExtensions(Node node)
Copyright © 2016. All Rights Reserved.