public final class C3P0ConfigXmlUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LINESEP |
static java.lang.String |
XML_CONFIG_RSRC_PATH |
Modifier and Type | Method and Description |
---|---|
static C3P0Config |
extractConfigFromXmlDoc(org.w3c.dom.Document doc) |
static C3P0Config |
extractXmlConfigFromDefaultResource() |
static C3P0Config |
extractXmlConfigFromInputStream(java.io.InputStream is) |
public static final java.lang.String XML_CONFIG_RSRC_PATH
public static final java.lang.String LINESEP
public static C3P0Config extractXmlConfigFromDefaultResource() throws java.lang.Exception
java.lang.Exception
public static C3P0Config extractXmlConfigFromInputStream(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
public static C3P0Config extractConfigFromXmlDoc(org.w3c.dom.Document doc) throws java.lang.Exception
java.lang.Exception