org.apache.xmlrpc.common
Interface ServerStreamConnection
public
interface
ServerStreamConnection
Interface of an object, which is able to provide
an XML stream, containing an XML-RPC request.
Additionally, the object may also be used to
write the response as an XML stream.
public void close()
Closes the connection, and frees resources.
public InputStream newInputStream()
Returns the connections input stream.
public OutputStream newOutputStream()
Returns the connections output stream.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.