com.sun.xml.messaging.saaj.util
Class ParserPool
java.lang.Object
com.sun.xml.messaging.saaj.util.ParserPool
public class ParserPool
- extends Object
Pool of SAXParser objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserPool
public ParserPool(int capacity)
get
public SAXParser get()
throws ParserConfigurationException,
SAXException
- Throws:
ParserConfigurationException
SAXException
put
public void put(SAXParser parser)
returnParser
public void returnParser(SAXParser saxParser)
Copyright © 2012 Oracle. All Rights Reserved.