Uses of Class
org.apache.xmlrpc.XmlRpcException
Packages that use XmlRpcException
Package
Description
-
Uses of XmlRpcException in org.apache.xmlrpc
Methods in org.apache.xmlrpc that throw XmlRpcExceptionModifier and TypeMethodDescriptionXmlRpcHandler.execute(XmlRpcRequest pRequest) Performs the request and returns the result object. -
Uses of XmlRpcException in org.apache.xmlrpc.client
Subclasses of XmlRpcException in org.apache.xmlrpc.clientModifier and TypeClassDescriptionstatic classThis exception is thrown, if the request times out.classThis is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.classException thrown if the HTTP status code sent by the server indicates that the request could not be processed.Methods in org.apache.xmlrpc.client that throw XmlRpcExceptionModifier and TypeMethodDescriptionPerforms a request with the clients default configuration.Performs a request with the clients default configuration.XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams) Performs a request with the given configuration.XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, List pParams) Performs a request with the given configuration.XmlRpcClient.execute(XmlRpcRequest pRequest) Performs a request with the clients default configuration.XmlRpcClientWorker.execute(XmlRpcRequest pRequest) Performs a synchronous request.voidXmlRpcClient.executeAsync(String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default configuration.voidXmlRpcClient.executeAsync(String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default configuration.voidXmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration.voidXmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration.voidXmlRpcClient.executeAsync(XmlRpcRequest pRequest, AsyncCallback pCallback) Performs a request with the clients default configuration.protected InputStreamXmlRpcLiteHttpTransport.getInputStream()protected InputStreamXmlRpcLocalStreamTransport.getInputStream()protected abstract InputStreamXmlRpcStreamTransport.getInputStream()Returns the input stream, from which the response is being read.protected InputStreamXmlRpcSunHttpTransport.getInputStream()private OutputStreamXmlRpcLiteHttpTransport.getOutputStream()protected XmlRpcStreamTransport.ReqWriterXmlRpcHttpTransport.newReqWriter(XmlRpcRequest pRequest) protected XmlRpcStreamTransport.ReqWriterXmlRpcLocalStreamTransport.newReqWriter(XmlRpcRequest pRequest) protected XmlRpcStreamTransport.ReqWriterXmlRpcStreamTransport.newReqWriter(XmlRpcRequest pRequest) Creates a new instance ofXmlRpcStreamTransport.ReqWriter.protected XMLReaderXmlRpcStreamTransport.newXMLReader()protected ObjectXmlRpcStreamTransport.readResponse(XmlRpcStreamRequestConfig pConfig, InputStream pStream) XmlRpcHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcLiteHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcLocalTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcStreamTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcSunHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcTransport.sendRequest(XmlRpcRequest pRequest) Send an XML-RPC message.voidXmlRpcStreamTransport.GzipReqWriter.write(OutputStream pStream) voidXmlRpcStreamTransport.ReqWriter.write(OutputStream pStream) Writes the requests data to the given output stream.voidXmlRpcStreamTransport.ReqWriterImpl.write(OutputStream pStream) Writes the requests uncompressed XML data to the given output stream.protected voidXmlRpcLiteHttpTransport.writeRequest(XmlRpcStreamTransport.ReqWriter pWriter) protected voidXmlRpcLocalStreamTransport.writeRequest(XmlRpcStreamTransport.ReqWriter pWriter) protected abstract voidXmlRpcStreamTransport.writeRequest(XmlRpcStreamTransport.ReqWriter pWriter) protected voidXmlRpcSunHttpTransport.writeRequest(XmlRpcStreamTransport.ReqWriter pWriter) Constructors in org.apache.xmlrpc.client that throw XmlRpcException -
Uses of XmlRpcException in org.apache.xmlrpc.common
Subclasses of XmlRpcException in org.apache.xmlrpc.commonModifier and TypeClassDescriptionclassThis exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.classThis exception is thrown, if the server catches an exception, which is thrown by the handler.classThis exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.classThis exception must be thrown, if the user isn't authenticated.Methods in org.apache.xmlrpc.common that throw XmlRpcExceptionModifier and TypeMethodDescriptionXmlRpcRequestProcessor.execute(XmlRpcRequest pRequest) Processes the given request and returns a result object.voidXmlRpcStreamRequestProcessor.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.XmlRpcWorker.execute(XmlRpcRequest pRequest) Performs a synchronous request. -
Uses of XmlRpcException in org.apache.xmlrpc.jaxb
Methods in org.apache.xmlrpc.jaxb that throw XmlRpcException -
Uses of XmlRpcException in org.apache.xmlrpc.metadata
Methods in org.apache.xmlrpc.metadata that throw XmlRpcExceptionModifier and TypeMethodDescriptionstatic voidXmlRpcSystemImpl.addSystemHandler(PropertyHandlerMapping pMapping) Adds an instance of this class to the given handler mapping.String[]XmlRpcListableHandlerMapping.getListMethods()This method implements the introspection methodsystem.listMethods, which is specified as follows:ReflectiveXmlRpcMetaDataHandler.getMethodHelp()XmlRpcListableHandlerMapping.getMethodHelp(String pHandlerName) This method implements the introspection methodsystem.methodSignature, which is specified as follows:XmlRpcMetaDataHandler.getMethodHelp()This method may be used to implementXmlRpcListableHandlerMapping.getMethodHelp(String).String[][]XmlRpcListableHandlerMapping.getMethodSignature(String pHandlerName) This method implements the introspection methodsystem.methodSignature, which is specified as follows:String[][]ReflectiveXmlRpcMetaDataHandler.getSignatures()String[][]XmlRpcMetaDataHandler.getSignatures()This method may be used to implementXmlRpcListableHandlerMapping.getMethodSignature(String).String[]XmlRpcSystemImpl.listMethods()Implements the "system.listMethods" call.XmlRpcSystemImpl.methodHelp(String methodName) Implements the "system.methodHelp" call.String[][]XmlRpcSystemImpl.methodSignature(String methodName) Implements the "system.methodSignature" call.static ObjectUtil.newInstance(Class pClass) Creates a new instance ofpClass. -
Uses of XmlRpcException in org.apache.xmlrpc.parser
Methods in org.apache.xmlrpc.parser that throw XmlRpcException -
Uses of XmlRpcException in org.apache.xmlrpc.serializer
Methods in org.apache.xmlrpc.serializer that throw XmlRpcExceptionModifier and TypeMethodDescriptionBaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream) DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream) XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream) Creates a new instance ofContentHandler, writing to the givenOutputStream. -
Uses of XmlRpcException in org.apache.xmlrpc.server
Subclasses of XmlRpcException in org.apache.xmlrpc.serverModifier and TypeClassDescriptionclassThis exception is thrown, if an unknown handler is called.Methods in org.apache.xmlrpc.server that throw XmlRpcExceptionModifier and TypeMethodDescriptionvoidPropertyHandlerMapping.addHandler(String pKey, Class pClass) Adds handlers for the given object to the mapping.ReflectiveXmlRpcHandler.execute(XmlRpcRequest pRequest) XmlRpcLocalStreamServer.execute(XmlRpcRequest pRequest) XmlRpcServer.execute(XmlRpcRequest pRequest) Performs the given request.XmlRpcServerWorker.execute(XmlRpcRequest pRequest) voidXmlRpcStreamServer.execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Returns, whether the /** Processes a "connection".AbstractReflectiveHandlerMapping.getHandler(String pHandlerName) Returns theXmlRpcHandlerwith the given name.XmlRpcHandlerMapping.getHandler(String handlerName) Return the handler for the specified handler name.private ObjectReflectiveXmlRpcHandler.getInstance(XmlRpcRequest pRequest) String[]AbstractReflectiveHandlerMapping.getListMethods()AbstractReflectiveHandlerMapping.getMethodHelp(String pHandlerName) String[][]AbstractReflectiveHandlerMapping.getMethodSignature(String pHandlerName) protected XmlRpcRequestXmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig, InputStream pStream) RequestProcessorFactoryFactory.RequestProcessorFactory.getRequestProcessor(XmlRpcRequest pRequest) This method is invoked for any request in order to create and configure the request processor.protected ObjectRequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor(Class pClass, XmlRpcRequest pRequest) Subclasses may override this method for request specific configuration.protected ObjectRequestProcessorFactoryFactory.StatelessProcessorFactoryFactory.getRequestProcessor(Class pClass) Subclasses may override this method for class specific configuration.RequestProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) This method is invoked at startup.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory.getRequestProcessorFactory(Class pClass) protected XmlRpcWriterXmlRpcStreamServer.getXmlRpcWriter(XmlRpcStreamRequestConfig pConfig, OutputStream pStream) private ObjectbooleanAbstractReflectiveHandlerMapping.AuthenticationHandler.isAuthorized(XmlRpcRequest pRequest) Returns, whether the user is authenticated and authorized to perform the request.voidPropertyHandlerMapping.load(ClassLoader pClassLoader, String pResource) Reads handler definitions from a resource file.voidPropertyHandlerMapping.load(ClassLoader pClassLoader, URL pURL) Reads handler definitions from a property file.voidPropertyHandlerMapping.load(ClassLoader pClassLoader, Map pMap) Reads handler definitions from an existing Map.protected ClassPropertyHandlerMapping.newHandlerClass(ClassLoader pClassLoader, String pClassName) protected XmlRpcHandlerAbstractReflectiveHandlerMapping.newXmlRpcHandler(Class pClass, Method[] pMethods) Creates a new instance ofXmlRpcHandler.protected voidAbstractReflectiveHandlerMapping.registerPublicMethods(String pKey, Class pType) Searches for methods in the given class.protected voidXmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected voidXmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult) -
Uses of XmlRpcException in org.apache.xmlrpc.util
Methods in org.apache.xmlrpc.util that throw XmlRpcExceptionModifier and TypeMethodDescriptionstatic XMLReaderSAXParsers.newXMLReader()Creates a new instance ofXMLReader. -
Uses of XmlRpcException in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver that throw XmlRpcExceptionModifier and TypeMethodDescriptionprotected PropertyHandlerMappingXmlRpcServlet.newPropertyHandlerMapping(URL url) Creates a new instance ofPropertyHandlerMappingby loading the property file from the given URL.protected XmlRpcHandlerMappingXmlRpcServlet.newXmlRpcHandlerMapping()Creates a new handler mapping.protected XmlRpcServletServerXmlRpcServlet.newXmlRpcServer(javax.servlet.ServletConfig pConfig) Creates a new instance ofXmlRpcServer, which is being used to process the requests.protected voidConnectionServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected voidConnectionServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult)