|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcException | |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb | |
org.apache.xmlrpc.parser | |
org.apache.xmlrpc.serializer | |
org.apache.xmlrpc.util |
Uses of XmlRpcException in org.apache.xmlrpc |
---|
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.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 |
XmlRpcLoadException
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded. |
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. |
java.lang.Object |
XmlRpcRequestProcessor.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. |
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 |
TypeParser.getResult()
Returns the parsed object. |
java.lang.Object |
TypeParserImpl.getResult()
|
java.lang.Object |
SerializableParser.getResult()
|
Uses of XmlRpcException in org.apache.xmlrpc.serializer |
---|
Methods in org.apache.xmlrpc.serializer that throw XmlRpcException | |
---|---|
org.xml.sax.ContentHandler |
XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
Creates a new instance of ContentHandler ,
writing to the given OutputStream . |
org.xml.sax.ContentHandler |
BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
|
org.xml.sax.ContentHandler |
DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
|
Uses of XmlRpcException in org.apache.xmlrpc.util |
---|
Methods in org.apache.xmlrpc.util that throw XmlRpcException | |
---|---|
static org.xml.sax.XMLReader |
SAXParsers.newXMLReader()
Creates a new instance of XMLReader . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |