Package | Description |
---|---|
org.waarp.common.xml |
Classes implementing XML facility
|
org.waarp.openr66.configuration |
Classes implementing Configuration loading from database or files
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
Modifier and Type | Method and Description |
---|---|
XmlDecl |
XmlValue.getDecl() |
XmlDecl[] |
XmlDecl.getSubXml() |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlDecl.isCompatible(XmlDecl xmlDecl)
Check if two XmlDecl are compatible
|
static XmlValue[] |
XmlUtil.read(org.dom4j.Document doc,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the Document
|
static XmlValue[] |
XmlUtil.read(org.dom4j.Element ref,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the reference Element
|
Constructor and Description |
---|
XmlDecl(String name,
XmlType type,
String xmlPath,
XmlDecl[] decls,
boolean isMultiple) |
XmlValue(XmlDecl decl) |
Modifier and Type | Field and Description |
---|---|
static XmlDecl[] |
FileBasedElements.authentElements
Global Structure for Server Configuration
|
static XmlDecl[] |
FileBasedElements.configClient
Global Structure for Client Configuration
|
static XmlDecl[] |
FileBasedElements.configIdentityDecls
Structure of the Configuration file
|
static XmlDecl[] |
FileBasedElements.configRestMethodDecls |
static XmlDecl[] |
FileBasedElements.configServer
Global Structure for Server Configuration
|
static XmlDecl[] |
FileBasedElements.configSslDecls
Structure of the Configuration file
|
static XmlDecl[] |
FileBasedElements.configSubmitClient
Global Structure for Submit only Client Configuration
|
static XmlDecl[] |
RuleFileBasedConfiguration.hostsDecls |
static XmlDecl[] |
RuleFileBasedConfiguration.tasksDecl |
Modifier and Type | Field and Description |
---|---|
static XmlDecl[] |
DbHostConfiguration.configAliasDecls
Structure of the Configuration file
|
static XmlDecl[] |
DbHostConfiguration.configRoleDecls
Structure of the Configuration file
|
Copyright © 2009–2020 Waarp. All rights reserved.