Package org.logicalcobwebs.proxool.configuration
Helpers for configuring Proxool from various sources.
-
Class Summary Class Description AvalonConfigurator Configurator for the Avalon Framework.JAXPConfigurator Configurator that uses JAXP to get a parser for Proxool configuration xml.PropertyConfigurator Uses a standard Java properties file to configure Proxool.ServletConfigurator Allows you to configure Proxool using a servlet.XMLConfigurator A SAX 2 ContentHandler that can configure Proxool from an XML source.