org.apache.qpid.server.security.access.plugins
Class SimpleXMLConfiguration

java.lang.Object
  extended by org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
      extended by org.apache.qpid.server.security.access.plugins.SimpleXMLConfiguration

public class SimpleXMLConfiguration
extends org.apache.qpid.server.configuration.plugins.ConfigurationPlugin


Field Summary
static org.apache.qpid.server.configuration.plugins.ConfigurationPluginFactory FACTORY
           
 
Fields inherited from class org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
_configuration, _logger
 
Constructor Summary
SimpleXMLConfiguration()
           
 
Method Summary
 Configuration getConfiguration()
           
 String[] getElementsProcessed()
           
 
Methods inherited from class org.apache.qpid.server.configuration.plugins.ConfigurationPlugin
addConfiguration, contains, containsBoolean, containsInt, containsLong, containsPositiveLong, formatToString, getBooleanValue, getBooleanValue, getConfig, getConfiguration, getDoubleValue, getDoubleValue, getIntValue, getIntValue, getListValue, getListValue, getLongValue, getLongValue, getStringValue, getStringValue, hasConfiguration, mergeConfiguration, setConfiguration, showKeys, toString, validateConfiguration, validatePositiveLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FACTORY

public static final org.apache.qpid.server.configuration.plugins.ConfigurationPluginFactory FACTORY
Constructor Detail

SimpleXMLConfiguration

public SimpleXMLConfiguration()
Method Detail

getElementsProcessed

public String[] getElementsProcessed()
Specified by:
getElementsProcessed in class org.apache.qpid.server.configuration.plugins.ConfigurationPlugin

getConfiguration

public Configuration getConfiguration()


Licensed to the Apache Software Foundation