org.apache.xmlrpc.server
Class XmlRpcLocalStreamServer
java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
org.apache.xmlrpc.server.XmlRpcStreamServer
org.apache.xmlrpc.server.XmlRpcLocalStreamServer
- All Implemented Interfaces:
- XmlRpcRequestProcessor, XmlRpcStreamRequestProcessor
public class XmlRpcLocalStreamServer
- extends XmlRpcStreamServer
Server part of a local stream transport.
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer |
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory, writeError, writeResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcLocalStreamServer
public XmlRpcLocalStreamServer()
execute
public Object execute(XmlRpcRequest pRequest)
throws XmlRpcException
- Description copied from class:
XmlRpcServer
- Performs the given request.
- Specified by:
execute
in interface XmlRpcRequestProcessor
- Overrides:
execute
in class XmlRpcServer
- Parameters:
pRequest
- The request being executed.
- Returns:
- The result object.
- Throws:
XmlRpcException
- The request failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.