org.exist.util
Class XMLReaderObjectFactory
java.lang.Object
org.apache.commons.pool.BasePoolableObjectFactory
org.exist.util.XMLReaderObjectFactory
- All Implemented Interfaces:
- PoolableObjectFactory
public class XMLReaderObjectFactory
- extends BasePoolableObjectFactory
Factory to create new XMLReader objects on demand. The factory is used
by XMLReaderPool.
- Author:
- wolf
PROPERTY_VALIDATION
public static String PROPERTY_VALIDATION
CATALOG_RESOLVER
public static String CATALOG_RESOLVER
CATALOG_URIS
public static String CATALOG_URIS
XMLReaderObjectFactory
public XMLReaderObjectFactory(BrokerPool pool)
makeObject
public Object makeObject()
throws Exception
- (non-Javadoc)
- Specified by:
makeObject in interface PoolableObjectFactory- Specified by:
makeObject in class BasePoolableObjectFactory
- Throws:
Exception- See Also:
BasePoolableObjectFactory.makeObject()
Copyright (C) Wolfgang Meier. All rights reserved.