org.apache.xmlrpc.server
Class XmlRpcLocalStreamServer

java.lang.Object
  extended byorg.apache.xmlrpc.common.XmlRpcController
      extended byorg.apache.xmlrpc.server.XmlRpcServer
          extended byorg.apache.xmlrpc.server.XmlRpcStreamServer
              extended byorg.apache.xmlrpc.server.XmlRpcLocalStreamServer
All Implemented Interfaces:
XmlRpcRequestProcessor, XmlRpcStreamRequestProcessor

public class XmlRpcLocalStreamServer
extends XmlRpcStreamServer

Server part of a local stream transport.


Constructor Summary
XmlRpcLocalStreamServer()
           
 
Method Summary
 java.lang.Object execute(XmlRpcRequest pRequest)
          Processes the given request and returns a result object.
 
Methods inherited from class org.apache.xmlrpc.server.XmlRpcStreamServer
execute, getInputStream, getOutputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, setXMLWriterFactory, writeError, writeResponse
 
Methods inherited from class org.apache.xmlrpc.server.XmlRpcServer
getConfig, getDefaultXmlRpcWorkerFactory, getHandlerMapping, getTypeConverterFactory, setConfig, setHandlerMapping, setTypeConverterFactory
 
Methods inherited from class org.apache.xmlrpc.common.XmlRpcController
getMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
getTypeConverterFactory
 

Constructor Detail

XmlRpcLocalStreamServer

public XmlRpcLocalStreamServer()
Method Detail

execute

public java.lang.Object execute(XmlRpcRequest pRequest)
                         throws XmlRpcException
Description copied from interface: XmlRpcRequestProcessor
Processes the given request and returns a result object.

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.