Uses of Interface
com.flat502.rox.marshal.ExtendedMethodResponseUnmarshaller

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

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

Classes in com.flat502.rox.marshal.xmlrpc that implement ExtendedMethodResponseUnmarshaller
 class DomMethodResponseUnmarshaller
          A DOM basedMethodResponseUnmarshaller implementation.
 class SaxMethodResponseUnmarshaller
          Parse XML RPC method response using SAX.