org.exist.protocolhandler.xmlrpc
Class XmlrpcDownload
java.lang.Object
org.exist.protocolhandler.xmlrpc.XmlrpcDownload
public class XmlrpcDownload
- extends Object
Read document from using XMLRPC from remote database and write the data
into an output stream.
- Author:
- Dannes Wessels
XmlrpcDownload
public XmlrpcDownload()
stream
public void stream(XmldbURL xmldbURL,
OutputStream os)
throws IOException
- Write document referred by the URL to the output stream.
- Parameters:
xmldbURL
- Document location in database.os
- Stream to which the document is written.
- Throws:
ExistIOException
IOException
Copyright (C) Wolfgang Meier. All rights reserved.