Uses of Class
org.apache.xmlrpc.XmlRpcException

Packages that use XmlRpcException
org.apache.xmlrpc   
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.parser   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.server   
org.apache.xmlrpc.webserver   
 

Uses of XmlRpcException in org.apache.xmlrpc
 

Subclasses of XmlRpcException in org.apache.xmlrpc
 class XmlRpcLoadException
          This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
 

Methods in org.apache.xmlrpc that throw XmlRpcException
 java.lang.Object XmlRpcHandler.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
 class XmlRpcClientException
          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 in org.apache.xmlrpc.client that throw XmlRpcException
 java.lang.Object XmlRpcClient.execute(java.lang.String pMethodName, java.util.List pParams)
          Performs a request with the clients default configuration.
 java.lang.Object XmlRpcClient.execute(java.lang.String pMethodName, java.lang.Object[] pParams)
          Performs a request with the clients default configuration.
 java.lang.Object XmlRpcClient.execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams)
          Performs a request with the given configuration.
 java.lang.Object XmlRpcClient.execute(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams)
          Performs a request with the given configuration.
 java.lang.Object XmlRpcClientWorker.execute(XmlRpcRequest pRequest)
          Performs a synchronous request.
 java.lang.Object XmlRpcClient.execute(XmlRpcRequest pRequest)
          Performs a request with the clients default configuration.
 void XmlRpcClientWorker.execute(XmlRpcRequest pRequest, AsyncCallback pCallback)
          Performs an synchronous request.
 void XmlRpcClient.executeAsync(java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the clients default configuration.
 void XmlRpcClient.executeAsync(java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the clients default configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.util.List pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the given configuration.
 void XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, java.lang.String pMethodName, java.lang.Object[] pParams, AsyncCallback pCallback)
          Performs an asynchronous request with the given configuration.
 void XmlRpcClient.executeAsync(XmlRpcRequest pRequest, AsyncCallback pCallback)
          Performs a request with the clients default configuration.
protected  java.io.InputStream XmlRpcStreamTransport.getInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContent)
           
protected  java.io.InputStream XmlRpcHttpTransport.getInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContent)
           
protected  java.io.InputStream XmlRpcLocalStreamTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection)
           
protected abstract  java.io.InputStream XmlRpcStreamTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection)
          Creates a new input stream for reading the response.
protected  java.io.InputStream XmlRpcLiteHttpTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection)
           
protected  java.io.InputStream XmlRpcCommonsTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection)
           
protected  java.io.InputStream XmlRpcLocalStreamTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContent)
           
protected abstract  java.io.InputStream XmlRpcStreamTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContent)
          Creates a new input stream for reading the response.
protected  java.io.InputStream XmlRpcLiteHttpTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContent)
           
protected  java.io.InputStream XmlRpcCommonsTransport.newInputStream(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection, byte[] pContents)
           
protected  java.lang.Object XmlRpcStreamTransport.readResponse(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)
           
 java.lang.Object XmlRpcStreamTransport.sendRequest(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcLocalTransport.sendRequest(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcTransport.sendRequest(XmlRpcRequest pRequest)
          Send an XML-RPC message.
protected  void XmlRpcStreamTransport.writeRequest(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, XmlRpcRequest pRequest)
           
 

Uses of XmlRpcException in org.apache.xmlrpc.common
 

Subclasses of XmlRpcException in org.apache.xmlrpc.common
 class XmlRpcExtensionException
          This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
 class XmlRpcNotAuthorizedException
          This exception must be thrown, if the user isn't authenticated.
 

Methods in org.apache.xmlrpc.common that throw XmlRpcException
 java.lang.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
 java.lang.Object JaxbParser.getResult()
           
 

Uses of XmlRpcException in org.apache.xmlrpc.parser
 

Methods in org.apache.xmlrpc.parser that throw XmlRpcException
 java.lang.Object SerializableParser.getResult()
           
 java.lang.Object TypeParserImpl.getResult()
           
 java.lang.Object TypeParser.getResult()
          Returns the parsed object.
 

Uses of XmlRpcException in org.apache.xmlrpc.serializer
 

Methods in org.apache.xmlrpc.serializer that throw XmlRpcException
 org.xml.sax.ContentHandler DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
           
 org.xml.sax.ContentHandler BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
           
 org.xml.sax.ContentHandler XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
          Creates a new instance of ContentHandler, writing to the given OutputStream.
 

Uses of XmlRpcException in org.apache.xmlrpc.server
 

Subclasses of XmlRpcException in org.apache.xmlrpc.server
 class XmlRpcNoSuchHandlerException
          This exception is thrown, if an unknown handler is called.
 

Methods in org.apache.xmlrpc.server that throw XmlRpcException
 java.lang.Object XmlRpcServerWorker.execute(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcServer.execute(XmlRpcRequest pRequest)
          Performs the given request.
 void XmlRpcStreamServer.execute(XmlRpcStreamRequestConfig pConfig, java.lang.Object pConnection)
          Returns, whether the /** Processes a "connection".
 XmlRpcHandler PropertyHandlerMapping.getHandler(java.lang.String handlerName)
           
 XmlRpcHandler XmlRpcHandlerMapping.getHandler(java.lang.String handlerName)
          Return the handler for the specified handler name.
protected  XmlRpcRequest XmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)
           
protected  XmlRpcWriter XmlRpcStreamServer.getXmlRpcWriter(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)
           
protected  void XmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Throwable pError)
           
protected  void XmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult)
           
 

Constructors in org.apache.xmlrpc.server that throw XmlRpcException
PropertyHandlerMapping(java.lang.ClassLoader pClassLoader, java.io.File pFile)
          Creates a new instance, loading the given property file.
PropertyHandlerMapping(java.lang.ClassLoader pClassLoader, java.lang.String pResource)
          Creates a new instance, loading the properties from the given resource.
PropertyHandlerMapping(java.lang.ClassLoader pClassLoader, java.net.URL pURL)
          Creates a new instance, loading the property file from the given URL.
 

Uses of XmlRpcException in org.apache.xmlrpc.webserver
 

Methods in org.apache.xmlrpc.webserver that throw XmlRpcException
protected  XmlRpcHandlerMapping XmlRpcServlet.newXmlRpcHandlerMapping()
          Creates a new handler mapping.
protected  XmlRpcServletServer XmlRpcServlet.newXmlRpcServer(javax.servlet.ServletConfig pConfig)
          Creates a new instance of XmlRpcServer, which is being used to process the requests.
protected  void ConnectionServer.writeError(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Throwable pError)
           
protected  void ConnectionServer.writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult)
           
 



Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.