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 XmlRpcRequestProcessorXmlRpcClientConfigImpl.xmlRpcServerMethods in org.apache.xmlrpc.client that return XmlRpcRequestProcessorMethods in org.apache.xmlrpc.client with parameters of type XmlRpcRequestProcessorModifier and TypeMethodDescriptionvoidXmlRpcClientConfigImpl.setXmlRpcServer(XmlRpcRequestProcessor pServer) Returns theXmlRpcRequestProcessorbeing invoked. -
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.common
Subinterfaces of XmlRpcRequestProcessor in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterfaceAn instance ofXmlRpcRequestProcessor, which is processing an XML stream.Methods in org.apache.xmlrpc.common that return XmlRpcRequestProcessorModifier and TypeMethodDescriptionXmlRpcRequestProcessorFactory.getXmlRpcServer()Returns theXmlRpcRequestProcessorbeing invoked. -
Uses of XmlRpcRequestProcessor in org.apache.xmlrpc.server
Classes in org.apache.xmlrpc.server that implement XmlRpcRequestProcessorModifier and TypeClassDescriptionclassAbstract extension ofXmlRpcStreamServerfor deriving HTTP servers.classServer part of a local stream transport.classA multithreaded, reusable XML-RPC server object.classExtension ofXmlRpcServerwith 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) classclassAn extension ofXmlRpcServer, which is suitable for processing servlet requests.