Uses of Class
org.apache.xmlrpc.XmlRpcException
-
-
Uses of XmlRpcException in org.apache.xmlrpc
Methods in org.apache.xmlrpc that throw XmlRpcException Modifier and Type Method Description java.lang.ObjectXmlRpcHandler. 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.client Modifier and Type Class Description static classTimingOutCallback.TimeoutExceptionThis exception is thrown, if the request times out.classXmlRpcClientExceptionThis is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.classXmlRpcHttpTransportExceptionException 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 XmlRpcException Modifier and Type Method Description java.lang.ObjectXmlRpcClient. execute(java.lang.String pMethodName, java.lang.Object[] pParams)Performs a request with the clients default configuration.java.lang.ObjectXmlRpcClient. execute(java.lang.String pMethodName, java.util.List pParams)Performs a request with the clients default configuration.java.lang.ObjectXmlRpcClient. execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams)Performs a request with the given configuration.java.lang.ObjectXmlRpcClient. execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams)Performs a request with the given configuration.java.lang.ObjectXmlRpcClient. execute(XmlRpcRequest pRequest)Performs a request with the clients default configuration.java.lang.ObjectXmlRpcClientWorker. execute(XmlRpcRequest pRequest)Performs a synchronous request.voidXmlRpcClient. executeAsync(java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)Performs an asynchronous request with the clients default configuration.voidXmlRpcClient. executeAsync(java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)Performs an asynchronous request with the clients default configuration.voidXmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)Performs an asynchronous request with the given configuration.voidXmlRpcClient. executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.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 java.io.InputStreamXmlRpcCommonsTransport. getInputStream()protected java.io.InputStreamXmlRpcLiteHttpTransport. getInputStream()protected java.io.InputStreamXmlRpcLocalStreamTransport. getInputStream()protected abstract java.io.InputStreamXmlRpcStreamTransport. getInputStream()Returns the input stream, from which the response is being read.protected java.io.InputStreamXmlRpcSunHttpTransport. getInputStream()private java.io.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 org.xml.sax.XMLReaderXmlRpcStreamTransport. newXMLReader()protected java.lang.ObjectXmlRpcStreamTransport. readResponse(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)protected voidXmlRpcCommonsTransport. resetClientForRedirect()java.lang.ObjectXmlRpcHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLiteHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLocalTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcStreamTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcSunHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcTransport. sendRequest(XmlRpcRequest pRequest)Send an XML-RPC message.voidXmlRpcStreamTransport.GzipReqWriter. write(java.io.OutputStream pStream)voidXmlRpcStreamTransport.ReqWriter. write(java.io.OutputStream pStream)Writes the requests data to the given output stream.voidXmlRpcStreamTransport.ReqWriterImpl. write(java.io.OutputStream pStream)Writes the requests uncompressed XML data to the given output stream.protected voidXmlRpcCommonsTransport. writeRequest(XmlRpcStreamTransport.ReqWriter pWriter)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 Constructor Description ByteArrayReqWriter(XmlRpcRequest pRequest) -
Uses of XmlRpcException in org.apache.xmlrpc.common
Subclasses of XmlRpcException in org.apache.xmlrpc.common Modifier and Type Class Description classXmlRpcExtensionExceptionThis exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.classXmlRpcInvocationExceptionThis exception is thrown, if the server catches an exception, which is thrown by the handler.classXmlRpcLoadExceptionThis exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.classXmlRpcNotAuthorizedExceptionThis exception must be thrown, if the user isn't authenticated.Methods in org.apache.xmlrpc.common that throw XmlRpcException Modifier and Type Method Description java.lang.ObjectXmlRpcRequestProcessor. 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.java.lang.ObjectXmlRpcWorker. execute(XmlRpcRequest pRequest)Performs a synchronous request. -
Uses of XmlRpcException in org.apache.xmlrpc.jaxb
Methods in org.apache.xmlrpc.jaxb that throw XmlRpcException Modifier and Type Method Description java.lang.ObjectJaxbParser. getResult() -
Uses of XmlRpcException in org.apache.xmlrpc.metadata
Methods in org.apache.xmlrpc.metadata that throw XmlRpcException Modifier and Type Method Description static voidXmlRpcSystemImpl. addSystemHandler(PropertyHandlerMapping pMapping)Adds an instance of this class to the given handler mapping.java.lang.String[]XmlRpcListableHandlerMapping. getListMethods()This method implements the introspection methodsystem.listMethods, which is specified as follows:java.lang.StringReflectiveXmlRpcMetaDataHandler. getMethodHelp()java.lang.StringXmlRpcListableHandlerMapping. getMethodHelp(java.lang.String pHandlerName)This method implements the introspection methodsystem.methodSignature, which is specified as follows:java.lang.StringXmlRpcMetaDataHandler. getMethodHelp()This method may be used to implementXmlRpcListableHandlerMapping.getMethodHelp(String).java.lang.String[][]XmlRpcListableHandlerMapping. getMethodSignature(java.lang.String pHandlerName)This method implements the introspection methodsystem.methodSignature, which is specified as follows:java.lang.String[][]ReflectiveXmlRpcMetaDataHandler. getSignatures()java.lang.String[][]XmlRpcMetaDataHandler. getSignatures()This method may be used to implementXmlRpcListableHandlerMapping.getMethodSignature(String).java.lang.String[]XmlRpcSystemImpl. listMethods()Implements the "system.listMethods" call.java.lang.StringXmlRpcSystemImpl. methodHelp(java.lang.String methodName)Implements the "system.methodHelp" call.java.lang.String[][]XmlRpcSystemImpl. methodSignature(java.lang.String methodName)Implements the "system.methodSignature" call.static java.lang.ObjectUtil. newInstance(java.lang.Class pClass)Creates a new instance ofpClass. -
Uses of XmlRpcException in org.apache.xmlrpc.parser
Methods in org.apache.xmlrpc.parser that throw XmlRpcException Modifier and Type Method Description java.lang.ObjectSerializableParser. getResult()java.lang.ObjectTypeParser. getResult()Returns the parsed object.java.lang.ObjectTypeParserImpl. getResult() -
Uses of XmlRpcException in org.apache.xmlrpc.serializer
Methods in org.apache.xmlrpc.serializer that throw XmlRpcException Modifier and Type Method Description org.xml.sax.ContentHandlerBaseXmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)org.xml.sax.ContentHandlerDefaultXMLWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)org.xml.sax.ContentHandlerXmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.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.server Modifier and Type Class Description classXmlRpcNoSuchHandlerExceptionThis exception is thrown, if an unknown handler is called.Methods in org.apache.xmlrpc.server that throw XmlRpcException Modifier and Type Method Description voidPropertyHandlerMapping. addHandler(java.lang.String pKey, java.lang.Class pClass)Adds handlers for the given object to the mapping.java.lang.ObjectReflectiveXmlRpcHandler. execute(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLocalStreamServer. execute(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcServer. execute(XmlRpcRequest pRequest)Performs the given request.java.lang.ObjectXmlRpcServerWorker. execute(XmlRpcRequest pRequest)voidXmlRpcStreamServer. execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)Returns, whether the /** Processes a "connection".XmlRpcHandlerAbstractReflectiveHandlerMapping. getHandler(java.lang.String pHandlerName)Returns theXmlRpcHandlerwith the given name.XmlRpcHandlerXmlRpcHandlerMapping. getHandler(java.lang.String handlerName)Return the handler for the specified handler name.private java.lang.ObjectReflectiveXmlRpcHandler. getInstance(XmlRpcRequest pRequest)java.lang.String[]AbstractReflectiveHandlerMapping. getListMethods()java.lang.StringAbstractReflectiveHandlerMapping. getMethodHelp(java.lang.String pHandlerName)java.lang.String[][]AbstractReflectiveHandlerMapping. getMethodSignature(java.lang.String pHandlerName)protected XmlRpcRequestXmlRpcStreamServer. getRequest(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)java.lang.ObjectRequestProcessorFactoryFactory.RequestProcessorFactory. getRequestProcessor(XmlRpcRequest pRequest)This method is invoked for any request in order to create and configure the request processor.protected java.lang.ObjectRequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory. getRequestProcessor(java.lang.Class pClass, XmlRpcRequest pRequest)Subclasses may override this method for request specific configuration.protected java.lang.ObjectRequestProcessorFactoryFactory.StatelessProcessorFactoryFactory. getRequestProcessor(java.lang.Class pClass)Subclasses may override this method for class specific configuration.RequestProcessorFactoryFactory.RequestProcessorFactoryRequestProcessorFactoryFactory. getRequestProcessorFactory(java.lang.Class pClass)This method is invoked at startup.RequestProcessorFactoryFactory.RequestProcessorFactoryRequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory. getRequestProcessorFactory(java.lang.Class pClass)RequestProcessorFactoryFactory.RequestProcessorFactoryRequestProcessorFactoryFactory.StatelessProcessorFactoryFactory. getRequestProcessorFactory(java.lang.Class pClass)protected XmlRpcWriterXmlRpcStreamServer. getXmlRpcWriter(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)private java.lang.ObjectReflectiveXmlRpcHandler. invoke(java.lang.Object pInstance, java.lang.reflect.Method pMethod, java.lang.Object[] pArgs)booleanAbstractReflectiveHandlerMapping.AuthenticationHandler. isAuthorized(XmlRpcRequest pRequest)Returns, whether the user is authenticated and authorized to perform the request.voidPropertyHandlerMapping. load(java.lang.ClassLoader pClassLoader, java.lang.String pResource)Reads handler definitions from a resource file.voidPropertyHandlerMapping. load(java.lang.ClassLoader pClassLoader, java.net.URL pURL)Reads handler definitions from a property file.voidPropertyHandlerMapping. load(java.lang.ClassLoader pClassLoader, java.util.Map pMap)Reads handler definitions from an existing Map.protected java.lang.ClassPropertyHandlerMapping. newHandlerClass(java.lang.ClassLoader pClassLoader, java.lang.String pClassName)protected XmlRpcHandlerAbstractReflectiveHandlerMapping. newXmlRpcHandler(java.lang.Class pClass, java.lang.reflect.Method[] pMethods)Creates a new instance ofXmlRpcHandler.protected voidAbstractReflectiveHandlerMapping. registerPublicMethods(java.lang.String pKey, java.lang.Class pType)Searches for methods in the given class.protected voidXmlRpcStreamServer. writeError(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Throwable pError)protected voidXmlRpcStreamServer. writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult) -
Uses of XmlRpcException in org.apache.xmlrpc.util
Methods in org.apache.xmlrpc.util that throw XmlRpcException Modifier and Type Method Description static org.xml.sax.XMLReaderSAXParsers. newXMLReader()Creates a new instance ofXMLReader. -
Uses of XmlRpcException in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver that throw XmlRpcException Modifier and Type Method Description protected PropertyHandlerMappingXmlRpcServlet. newPropertyHandlerMapping(java.net.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, java.io.OutputStream pStream, java.lang.Throwable pError)protected voidConnectionServer. writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult)
-