Uses of Interface
org.apache.xmlrpc.common.XmlRpcRequestProcessor
Packages that use XmlRpcRequestProcessor
Package
Description
-
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.client
Fields in org.apache.xmlrpc.client declared as XmlRpcRequestProcessorModifier and TypeFieldDescriptionprivate XmlRpcRequestProcessor
XmlRpcClientConfigImpl.xmlRpcServer
Methods in org.apache.xmlrpc.client that return XmlRpcRequestProcessorMethods in org.apache.xmlrpc.client with parameters of type XmlRpcRequestProcessorModifier and TypeMethodDescriptionvoid
XmlRpcClientConfigImpl.setXmlRpcServer
(XmlRpcRequestProcessor pServer) Returns theXmlRpcRequestProcessor
being invoked. -
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.common
Subinterfaces of XmlRpcRequestProcessor in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterface
An instance ofXmlRpcRequestProcessor
, which is processing an XML stream.Methods in org.apache.xmlrpc.common that return XmlRpcRequestProcessorModifier and TypeMethodDescriptionXmlRpcRequestProcessorFactory.getXmlRpcServer()
Returns theXmlRpcRequestProcessor
being invoked. -
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.server
Classes in org.apache.xmlrpc.server that implement XmlRpcRequestProcessorModifier and TypeClassDescriptionclass
Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.class
Server part of a local stream transport.class
A multithreaded, reusable XML-RPC server object.class
Extension ofXmlRpcServer
with support for reading requests from a stream and writing the response to another stream. -
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcRequestProcessorModifier and TypeClassDescription(package private) class
class
An extension ofXmlRpcServer
, which is suitable for processing servlet requests.