Package | Description |
---|---|
org.apache.xmlrpc.metadata | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcListableHandlerMapping
A listable handler mapping is able to provide support for
XML-RPC meta data, as specified
here.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReflectiveHandlerMapping
Abstract base class of handler mappings, which are
using reflection.
|
class |
PropertyHandlerMapping
A handler mapping based on a property file.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcHandlerMapping |
XmlRpcServer.getHandlerMapping()
Returns the servers handler mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcServer.setHandlerMapping(XmlRpcHandlerMapping pMapping)
Sets the servers handler mapping.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcHandlerMapping |
XmlRpcServlet.newXmlRpcHandlerMapping()
Creates a new handler mapping.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.