Uses of Class org.apache.xmlrpc.XmlRpcException

Uses in package org.apache.xmlrpc.parser

Methods which throw type org.apache.xmlrpc.XmlRpcException

Object
Returns the parsed object.
Object
Returns the parsed object.
Object
Returns the parsed object.

Uses in package org.apache.xmlrpc.server

Classes derived from org.apache.xmlrpc.XmlRpcException

class
This exception is thrown, if an unknown handler is called.

Methods which throw type org.apache.xmlrpc.XmlRpcException

void
PropertyHandlerMapping.addHandler(String pKey, Class pClass)
Adds handlers for the given object to the mapping.
Object
Performs the request and returns the result object.
Object
Object
Performs the given request.
Object
void
Returns, whether the /** Processes a "connection".
XmlRpcHandler
Returns the XmlRpcHandler with the given name.
XmlRpcHandler
XmlRpcHandlerMapping.getHandler(String handlerName)
Return the handler for the specified handler name.
String[]
String
String[][]
XmlRpcRequest
Object
Subclasses may override this method for class specific configuration.
Object
Subclasses may override this method for request specific configuration.
Object
This method is invoked for any request in order to create and configure the request processor.
RequestProcessorFactoryFactory.RequestProcessorFactory
This method is invoked at startup.
RequestProcessorFactoryFactory.RequestProcessorFactory
This method is invoked at startup.
RequestProcessorFactoryFactory.RequestProcessorFactory
This method is invoked at startup.
XmlRpcWriter
boolean
Returns, whether the user is authenticated and authorized to perform the request.
void
PropertyHandlerMapping.load(ClassLoader pClassLoader, Map pMap)
Reads handler definitions from an existing Map.
void
PropertyHandlerMapping.load(ClassLoader pClassLoader, String pResource)
Reads handler definitions from a resource file.
void
PropertyHandlerMapping.load(ClassLoader pClassLoader, URL pURL)
Reads handler definitions from a property file.
Class
PropertyHandlerMapping.newHandlerClass(ClassLoader pClassLoader, String pClassName)
XmlRpcHandler
AbstractReflectiveHandlerMapping.newXmlRpcHandler(Class pClass, Method[] pMethods)
Creates a new instance of XmlRpcHandler.
void
Searches for methods in the given class.
void
XmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError)
void
XmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult)

Uses in package org.apache.xmlrpc

Methods which throw type org.apache.xmlrpc.XmlRpcException

Object
Performs the request and returns the result object.

Uses in package org.apache.xmlrpc.client

Classes derived from org.apache.xmlrpc.XmlRpcException

class
This exception is thrown, if the request times out.
class
This is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.

Methods which throw type org.apache.xmlrpc.XmlRpcException

Object
XmlRpcClient.execute(String pMethodName, List pParams)
Performs a request with the clients default configuration.
Object
XmlRpcClient.execute(String pMethodName, Object[] pParams)
Performs a request with the clients default configuration.
Object
Performs a request with the clients default configuration.
Object
Performs a synchronous request.
Object
XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, List pParams)
Performs a request with the given configuration.
Object
XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams)
Performs a request with the given configuration.
void
XmlRpcClient.executeAsync(String pMethodName, List pParams, AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
void
XmlRpcClient.executeAsync(String pMethodName, Object[] pParams, AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
void
Performs a request with the clients default configuration.
void
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
void
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
InputStream
Returns the input stream, from which the response is being read.
InputStream
Returns the input stream, from which the response is being read.
InputStream
InputStream
Returns the input stream, from which the response is being read.
InputStream
XmlRpcStreamTransport.ReqWriter
XmlRpcStreamTransport.ReqWriter
XmlRpcStreamTransport.ReqWriter
XMLReader
Object
void
Object
Send an XML-RPC message.
Object
Send an XML-RPC message.
Object
Object
Send an XML-RPC message.
Object
Object
Send an XML-RPC message.
void
void
XmlRpcStreamTransport.ReqWriter.write(OutputStream pStream)
Writes the requests data to the given output stream.
void
Writes the requests uncompressed XML data to the given output stream.
void
void
void
void
void

Uses in package org.apache.xmlrpc.webserver

Methods which throw type org.apache.xmlrpc.XmlRpcException

PropertyHandlerMapping
Creates a new instance of PropertyHandlerMapping by loading the property file from the given URL.
XmlRpcHandlerMapping
Creates a new handler mapping.
XmlRpcServletServer
XmlRpcServlet.newXmlRpcServer(ServletConfig pConfig)
Creates a new instance of XmlRpcServer, which is being used to process the requests.

Uses in package org.apache.xmlrpc.metadata

Methods which throw type org.apache.xmlrpc.XmlRpcException

void
Adds an instance of this class to the given handler mapping.
String[]
This method implements the introspection method system.listMethods, which is specified as follows:

This method may be used to enumerate the methods implemented by the XML-RPC server.

String
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
String
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
String
This method implements the introspection method system.methodSignature, which is specified as follows:

This method takes one parameter, the name of a method implemented by the XML-RPC server.

String[][]
This method implements the introspection method system.methodSignature, which is specified as follows:

This method takes one parameter, the name of a method implemented by the XML-RPC server.

String[][]
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
String[][]
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
String[]
Implements the "system.listMethods" call.
String
XmlRpcSystemImpl.methodHelp(String methodName)
Implements the "system.methodHelp" call.
String[][]
XmlRpcSystemImpl.methodSignature(String methodName)
Implements the "system.methodSignature" call.
Object
Util.newInstance(Class pClass)
Creates a new instance of pClass.

Uses in package org.apache.xmlrpc.common

Classes derived from org.apache.xmlrpc.XmlRpcException

class
This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
class
This exception is thrown, if the server catches an exception, which is thrown by the handler.
class
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
class
This exception must be thrown, if the user isn't authenticated.

Methods which throw type org.apache.xmlrpc.XmlRpcException

Object
Processes the given request and returns a result object.
Object
Performs a synchronous request.
void
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.

Uses in package org.apache.xmlrpc.jaxb

Methods which throw type org.apache.xmlrpc.XmlRpcException

Object
Returns the parsed object.

Uses in package org.apache.xmlrpc.util

Methods which throw type org.apache.xmlrpc.XmlRpcException

XMLReader
Creates a new instance of XMLReader.

Uses in package org.apache.xmlrpc.serializer

Methods which throw type org.apache.xmlrpc.XmlRpcException

ContentHandler
BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.
ContentHandler
ContentHandler
XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.

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