Class XmlRpcLocalStreamTransport

  • All Implemented Interfaces:
    XmlRpcTransport

    public class XmlRpcLocalStreamTransport
    extends XmlRpcStreamTransport
    Another local transport for debugging and testing. This one is similar to the XmlRpcLocalTransport, except that it adds request serialization. In other words, it is particularly well suited for development and testing of XML serialization and parsing.