Klasse PooledXmlProcessor

java.lang.Object
org.jupnp.transport.impl.PooledXmlProcessor
Bekannte direkte Unterklassen:
GENAEventProcessorImpl, SOAPActionProcessorImpl

public abstract class PooledXmlProcessor extends Object
Abstract class responsible for creating new Documents either for writing or already parsed from a given input stream. The class manages a pool ofr DocumentBuilders internally and reuses them in different threads saving cpu time from factory and builder instantiation. Default pool size is 20.
Autor:
Ivan Iliev - Initial contribution and API