Java org.springframework.beans.factory.xml XmlBeanFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.xml XmlBeanFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.xml XmlBeanFactory.

The text is from its open source code.

Constructor

XmlBeanFactory(Resource resource)
Create a new XmlBeanFactory with the given resource, which must be parsable using DOM.
XmlBeanFactory(Resource resource, BeanFactory parentBeanFactory)
Create a new XmlBeanFactory with the given input stream, which must be parsable using DOM.

Method