| Package | Description |
|---|---|
| org.apache.xmlrpc.metadata | |
| org.apache.xmlrpc.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcMetaDataHandler
A metadata handler is able to provide metadata about
itself, as specified
here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveXmlRpcMetaDataHandler
Default implementation of
XmlRpcMetaDataHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveXmlRpcHandler
Default implementation of
XmlRpcHandler. |
| Modifier and Type | Method and Description |
|---|---|
XmlRpcHandler |
AbstractReflectiveHandlerMapping.getHandler(String pHandlerName)
Returns the
XmlRpcHandler with the given name. |
XmlRpcHandler |
XmlRpcHandlerMapping.getHandler(String handlerName)
Return the handler for the specified handler name.
|
protected XmlRpcHandler |
AbstractReflectiveHandlerMapping.newXmlRpcHandler(Class pClass,
Method[] pMethods)
Creates a new instance of
XmlRpcHandler. |
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.