Uses of Class org.apache.xmlrpc.common.XmlRpcController

Uses in package org.apache.xmlrpc.webserver

Classes derived from org.apache.xmlrpc.common.XmlRpcController

class
An extension of XmlRpcServer, which is suitable for processing servlet requests.

Uses in package org.apache.xmlrpc.jaxb

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcController

JaxbTypeFactory.JaxbTypeFactory(XmlRpcController pController, JAXBContext pContext)
Creates a new instance with the given controller and JAXB context.

Uses in package org.apache.xmlrpc.common

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcController

Creates a new instance.
Creates a new instance.

Methods with return type org.apache.xmlrpc.common.XmlRpcController

XmlRpcController
Returns the controller, which operates the type factory.
XmlRpcController
Returns the workers controller.
XmlRpcController
Returns the factory controller.

Uses in package org.apache.xmlrpc.client

Classes derived from org.apache.xmlrpc.common.XmlRpcController

class
The main access point of an XML-RPC client.

Methods with return type org.apache.xmlrpc.common.XmlRpcController

XmlRpcController

Uses in package org.apache.xmlrpc.server

Classes derived from org.apache.xmlrpc.common.XmlRpcController

class
Abstract extension of XmlRpcStreamServer for deriving HTTP servers.
class
Server part of a local stream transport.
class
A multithreaded, reusable XML-RPC server object.
class
Extension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.

Methods with return type org.apache.xmlrpc.common.XmlRpcController

XmlRpcController

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.