org.n52.security.common.xml
Class DefaultDocumentBuilderPool
java.lang.Object
org.n52.security.common.util.AbstractObjectPool<DocumentBuilder,DOMParserOptions>
org.n52.security.common.xml.DefaultDocumentBuilderPool
- All Implemented Interfaces:
- ObjectPool<DocumentBuilder,DOMParserOptions>, DocumentBuilderPool
public class DefaultDocumentBuilderPool
- extends AbstractObjectPool<DocumentBuilder,DOMParserOptions>
- implements DocumentBuilderPool
Implements a pool for document builders.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDocumentBuilderPool
public DefaultDocumentBuilderPool()
create
public DocumentBuilder create(DOMParserOptions key)
- Description copied from class:
AbstractObjectPool
- only create needs to be implemented by sub classes.
- Specified by:
create
in class AbstractObjectPool<DocumentBuilder,DOMParserOptions>
Copyright © 2004–2014 52north.org. All rights reserved.