| Frames | No Frames |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| PropertyHandlerMapping | XmlRpcServlet.newPropertyHandlerMapping(URL url) 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. |
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 | XmlRpcListableHandlerMapping.getMethodHelp(String pHandlerName) 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[][] | XmlRpcListableHandlerMapping.getMethodSignature(String pHandlerName) 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. |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| Object | Performs the request and returns the result object. |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| Object | Returns the parsed object. |
| Object | Returns the parsed object. |
| Object | Returns the parsed object. |
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 | Performs a request with the given configuration. |
| Object | Performs a request with the given configuration. |
| void | Performs an asynchronous request with the clients default configuration. |
| void | 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 | XmlRpcStreamTransport.GzipReqWriter.write(OutputStream pStream) |
| void | XmlRpcStreamTransport.ReqWriter.write(OutputStream pStream) Writes the requests data to the given output stream. |
| void | XmlRpcStreamTransport.ReqWriterImpl.write(OutputStream pStream) Writes the requests uncompressed XML data to the given
output stream. |
| void | |
| void | |
| void | |
| void | |
| void | |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| XMLReader | Creates a new instance of XMLReader. |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| ContentHandler | Creates a new instance of ContentHandler,
writing to the given java.io.OutputStream. |
| ContentHandler | |
| ContentHandler | Creates a new instance of ContentHandler,
writing to the given java.io.OutputStream. |
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 | XmlRpcStreamRequestProcessor.execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Reads an XML-RPC request from the connection
object and processes the request, writing the
result to the same connection object. |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
| Object | Returns the parsed object. |
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 | AbstractReflectiveHandlerMapping.getHandler(String pHandlerName) Returns the XmlRpcHandler with the given name. |
| XmlRpcHandler | XmlRpcHandlerMapping.getHandler(String handlerName) Return the handler for the specified handler name. |
| String[] | |
| String | AbstractReflectiveHandlerMapping.getMethodHelp(String pHandlerName) |
| String[][] | AbstractReflectiveHandlerMapping.getMethodSignature(String pHandlerName) |
| XmlRpcRequest | |
| Object | Subclasses may override this method for class specific configuration. |
| Object | RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor(Class pClass, XmlRpcRequest pRequest) 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 | RequestProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) This method is invoked at startup. |
| RequestProcessorFactoryFactory.RequestProcessorFactory | RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) This method is invoked at startup. |
| RequestProcessorFactoryFactory.RequestProcessorFactory | RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) 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 | AbstractReflectiveHandlerMapping.registerPublicMethods(String pKey, Class pType) 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) |