Public Member Functions
org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler Interface Reference
Inheritance diagram for org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getMethodHelp () throws XmlRpcException
String[][] getSignatures () throws XmlRpcException

Detailed Description

A metadata handler is able to provide metadata about itself, as specified here.

See also:
Specification of XML-RPC introspection

Definition at line 34 of file XmlRpcMetaDataHandler.java.


Member Function Documentation

This method may be used to implement XmlRpcListableHandlerMapping#getMethodHelp(String). Typically, the handler mapping will pick up the matching handler, invoke its method getMethodHelp(), and return the result.

Implemented in org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler.

This method may be used to implement XmlRpcListableHandlerMapping#getMethodSignature(String). Typically, the handler mapping will pick up the matching handler, invoke its method getSignatures(), and return the result.

Method handlers, which are created by the AbstractReflectiveHandlerMapping, will typically return a single signature only.

Returns:
An array of arrays. Any element in the outer array is a signature. The elements in the inner array are being concatenated with commas. The inner arrays first element is the return type, followed by the parameter types.

Implemented in org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50