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 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.class
Exception 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.void
XmlRpcClient.executeAsync
(String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default configuration.void
XmlRpcClient.executeAsync
(String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the clients default configuration.void
XmlRpcClient.executeAsync
(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration.void
XmlRpcClient.executeAsync
(XmlRpcClientConfig pConfig, String pMethodName, List 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 InputStream
XmlRpcCommonsTransport.getInputStream()
protected InputStream
XmlRpcLiteHttpTransport.getInputStream()
protected InputStream
XmlRpcLocalStreamTransport.getInputStream()
protected abstract InputStream
XmlRpcStreamTransport.getInputStream()
Returns the input stream, from which the response is being read.protected InputStream
XmlRpcSunHttpTransport.getInputStream()
private OutputStream
XmlRpcLiteHttpTransport.getOutputStream()
protected XmlRpcStreamTransport.ReqWriter
XmlRpcHttpTransport.newReqWriter
(XmlRpcRequest pRequest) protected XmlRpcStreamTransport.ReqWriter
XmlRpcLocalStreamTransport.newReqWriter
(XmlRpcRequest pRequest) protected XmlRpcStreamTransport.ReqWriter
XmlRpcStreamTransport.newReqWriter
(XmlRpcRequest pRequest) Creates a new instance ofXmlRpcStreamTransport.ReqWriter
.protected XMLReader
XmlRpcStreamTransport.newXMLReader()
protected Object
XmlRpcStreamTransport.readResponse
(XmlRpcStreamRequestConfig pConfig, InputStream pStream) protected void
XmlRpcCommonsTransport.resetClientForRedirect()
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.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.protected void
XmlRpcCommonsTransport.writeRequest
(XmlRpcStreamTransport.ReqWriter pWriter) protected void
XmlRpcLiteHttpTransport.writeRequest
(XmlRpcStreamTransport.ReqWriter pWriter) protected void
XmlRpcLocalStreamTransport.writeRequest
(XmlRpcStreamTransport.ReqWriter pWriter) protected abstract void
XmlRpcStreamTransport.writeRequest
(XmlRpcStreamTransport.ReqWriter pWriter) protected void
XmlRpcSunHttpTransport.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 TypeClassDescriptionclass
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 in org.apache.xmlrpc.common that throw XmlRpcExceptionModifier and TypeMethodDescriptionXmlRpcRequestProcessor.execute
(XmlRpcRequest pRequest) Processes the given request and returns a result object.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.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 void
XmlRpcSystemImpl.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 Object
Util.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 TypeClassDescriptionclass
This exception is thrown, if an unknown handler is called.Methods in org.apache.xmlrpc.server that throw XmlRpcExceptionModifier and TypeMethodDescriptionvoid
PropertyHandlerMapping.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) void
XmlRpcStreamServer.execute
(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Returns, whether the /** Processes a "connection".AbstractReflectiveHandlerMapping.getHandler
(String pHandlerName) Returns theXmlRpcHandler
with the given name.XmlRpcHandlerMapping.getHandler
(String handlerName) Return the handler for the specified handler name.private Object
ReflectiveXmlRpcHandler.getInstance
(XmlRpcRequest pRequest) String[]
AbstractReflectiveHandlerMapping.getListMethods()
AbstractReflectiveHandlerMapping.getMethodHelp
(String pHandlerName) String[][]
AbstractReflectiveHandlerMapping.getMethodSignature
(String pHandlerName) protected XmlRpcRequest
XmlRpcStreamServer.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 Object
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor
(Class pClass, XmlRpcRequest pRequest) Subclasses may override this method for request specific configuration.protected Object
RequestProcessorFactoryFactory.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 XmlRpcWriter
XmlRpcStreamServer.getXmlRpcWriter
(XmlRpcStreamRequestConfig pConfig, OutputStream pStream) private Object
boolean
AbstractReflectiveHandlerMapping.AuthenticationHandler.isAuthorized
(XmlRpcRequest pRequest) Returns, whether the user is authenticated and authorized to perform the request.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.void
PropertyHandlerMapping.load
(ClassLoader pClassLoader, Map pMap) Reads handler definitions from an existing Map.protected Class
PropertyHandlerMapping.newHandlerClass
(ClassLoader pClassLoader, String pClassName) protected XmlRpcHandler
AbstractReflectiveHandlerMapping.newXmlRpcHandler
(Class pClass, Method[] pMethods) Creates a new instance ofXmlRpcHandler
.protected void
AbstractReflectiveHandlerMapping.registerPublicMethods
(String pKey, Class pType) Searches for methods in the given class.protected void
XmlRpcStreamServer.writeError
(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected void
XmlRpcStreamServer.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 XMLReader
SAXParsers.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 PropertyHandlerMapping
XmlRpcServlet.newPropertyHandlerMapping
(URL url) Creates a new instance ofPropertyHandlerMapping
by loading the property file from the given URL.protected XmlRpcHandlerMapping
XmlRpcServlet.newXmlRpcHandlerMapping()
Creates a new handler mapping.protected XmlRpcServletServer
XmlRpcServlet.newXmlRpcServer
(javax.servlet.ServletConfig pConfig) Creates a new instance ofXmlRpcServer
, which is being used to process the requests.protected void
ConnectionServer.writeError
(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected void
ConnectionServer.writeResponse
(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult)