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.
Method Summary
voidclose()
Closes the connection, and frees resources.
InputStreamnewInputStream()
Returns the connections input stream.
OutputStreamnewOutputStream()
Returns the connections output stream.

Method Detail

close

public void close()
Closes the connection, and frees resources.

newInputStream

public InputStream newInputStream()
Returns the connections input stream.

newOutputStream

public OutputStream newOutputStream()
Returns the connections output stream.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.