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

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

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

Methods in com.flat502.rox.marshal.xmlrpc that return SaxUnmarshaller
 SaxUnmarshaller SaxParserPool.provideUnmarshaller()
           
 

Methods in com.flat502.rox.marshal.xmlrpc with parameters of type SaxUnmarshaller
protected  RpcCall SaxMethodCallUnmarshaller.buildXmlRpcMethodCall(SaxUnmarshaller unmarshaller)
           
protected  RpcResponse SaxMethodResponseUnmarshaller.buildXmlRpcResponse(SaxUnmarshaller unmarshaller)
           
 void SaxParserPool.returnUnmarshaller(SaxUnmarshaller unmarshaller)