public class ConfigXMLParser extends Object implements ConfigParser
| Constructor and Description |
|---|
ConfigXMLParser() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getConfigMap()
Get the module configuration information.
|
Set<String> |
getLayersWithDefault()
Get the name of layers with default set in domain.xml.
|
void |
initialize(List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> msgConfigs) |
void |
initialize(Object config)
Initialize the parser.
|
public ConfigXMLParser()
throws IOException
IOExceptionpublic void initialize(List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> msgConfigs) throws IOException
IOExceptionpublic Map getConfigMap()
ConfigParserThe key is an intercept:
The value is a AuthConfigImpl.InterceptEntry, which contains:
An IDEntry contains:
getConfigMap in interface ConfigParserpublic Set<String> getLayersWithDefault()
ConfigParsergetLayersWithDefault in interface ConfigParserpublic void initialize(Object config) throws IOException
ConfigParserinitialize in interface ConfigParserIOExceptionCopyright © 2019. All rights reserved.