Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb | |
org.apache.xmlrpc.parser | |
org.apache.xmlrpc.serializer | |
org.apache.xmlrpc.util |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XmlRpcHandler.execute(XmlRpcRequest pRequest)
Performs the request and returns the result object.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JaxbParser.getResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TypeParser.getResult()
Returns the parsed object.
|
java.lang.Object |
SerializableParser.getResult() |
java.lang.Object |
TypeParserImpl.getResult() |
Modifier and Type | Method and Description |
---|---|
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 . |
org.xml.sax.ContentHandler |
DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream) |
Modifier and Type | Method and Description |
---|---|
static org.xml.sax.XMLReader |
SAXParsers.newXMLReader()
Creates a new instance of
XMLReader . |