org.apache.xmlrpc.common
Interface ServerStreamConnection
- ServerHttpConnection
- Connection, XmlRpcServletServer.ServletStreamConnection
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.
void | close()- Closes the connection, and frees resources.
|
InputStream | newInputStream()- Returns the connections input stream.
|
OutputStream | newOutputStream()- Returns the connections output stream.
|
close
public void close()
throws IOExceptionCloses the connection, and frees resources.
newInputStream
public InputStream newInputStream()
throws IOExceptionReturns the connections input stream.
newOutputStream
public OutputStream newOutputStream()
throws IOExceptionReturns the connections output stream.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.