Methods in com.caucho.config.xml that throw LineConfigException |
java.lang.Object |
XmlConfigContext.configure(java.lang.Object bean,
org.w3c.dom.Node top)
External call to configure a bean based on a top-level node. |
void |
XmlConfigContext.configureAttribute(java.lang.Object bean,
org.w3c.dom.Node attribute)
External call to configure a bean's attribute. |
void |
XmlConfigContext.configureBean(java.lang.Object bean,
org.w3c.dom.Node top)
External call to configure a bean based on a top-level node, calling
init() and replaceObject() when done. |
java.lang.Object |
XmlConfigContext.configureNode(org.w3c.dom.Node node,
java.lang.Object bean,
ConfigType<?> beanType)
Configures a bean, calling its init() and replaceObject() methods. |