Uses of Class
com.flat502.rox.marshal.xmlrpc.SaxParserPool

Packages that use SaxParserPool
com.flat502.rox.marshal.xmlrpc Provides classes for marshalling and unmarshalling XML-RPC messages. 
 

Uses of SaxParserPool in com.flat502.rox.marshal.xmlrpc
 

Fields in com.flat502.rox.marshal.xmlrpc declared as SaxParserPool
static SaxParserPool SaxParserPool.DEFAULT_PARSER_POOL
           
 

Constructors in com.flat502.rox.marshal.xmlrpc with parameters of type SaxParserPool
SaxMethodCallUnmarshaller(SaxParserPool pool)
           
SaxMethodResponseUnmarshaller(SaxParserPool pool)