org.n52.security.common.xml
Class DefaultDocumentBuilderPool

java.lang.Object
  extended by org.n52.security.common.util.AbstractObjectPool<DocumentBuilder,DOMParserOptions>
      extended by 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.


Constructor Summary
DefaultDocumentBuilderPool()
           
 
Method Summary
 DocumentBuilder create(DOMParserOptions key)
          only create needs to be implemented by sub classes.
 
Methods inherited from class org.n52.security.common.util.AbstractObjectPool
acquire, destroy, destroy, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.security.common.xml.DocumentBuilderPool
acquire, release
 

Constructor Detail

DefaultDocumentBuilderPool

public DefaultDocumentBuilderPool()
Method Detail

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.