|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.xml.messaging.saaj.util.ParserPool
public class ParserPool
Pool of SAXParser objects
| Constructor Summary | |
|---|---|
ParserPool(int capacity)
|
|
| Method Summary | |
|---|---|
javax.xml.parsers.SAXParser |
get()
|
void |
put(javax.xml.parsers.SAXParser parser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserPool(int capacity)
| Method Detail |
|---|
public javax.xml.parsers.SAXParser get()
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXExceptionpublic void put(javax.xml.parsers.SAXParser parser)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||