Static Public Member Functions | Static Package Functions | Static Private Attributes
org.apache.xmlrpc.metadata.Util Class Reference

List of all members.

Static Public Member Functions

static String getMethodHelp (Class pClass, Method[] pMethods)
static String getMethodHelp (Class pClass, Method pMethod)
static String[][] getSignature (Method[] pMethods)
static String[] getSignature (Method pMethod)
static String getSignature (Object[] args)
static String getSignatureType (Class pType)
static Object newInstance (Class pClass) throws XmlRpcException

Static Package Functions

 [static initializer]

Static Private Attributes

static final Class jaxbElementClass

Detailed Description

Utility class, which provides services to meta data handlers and handler mappings.

Definition at line 36 of file Util.java.


Member Function Documentation

org.apache.xmlrpc.metadata.Util.[static initializer] ( ) [inline, static, package]
static String org.apache.xmlrpc.metadata.Util.getMethodHelp ( Class  pClass,
Method[]  pMethods 
) [inline, static]

Returns a help string for the given method, which is applied to the given class.

Definition at line 146 of file Util.java.

static String org.apache.xmlrpc.metadata.Util.getMethodHelp ( Class  pClass,
Method  pMethod 
) [inline, static]

Returns a help string for the given method, which is applied to the given class.

Definition at line 174 of file Util.java.

static String [][] org.apache.xmlrpc.metadata.Util.getSignature ( Method[]  pMethods) [inline, static]

Returns a signature for the given methods.

Parameters:
pMethodsMethods, for which a signature is being queried.
Returns:
Signature string, or null, if no signature is available.

Definition at line 108 of file Util.java.

static String [] org.apache.xmlrpc.metadata.Util.getSignature ( Method  pMethod) [inline, static]

Returns a signature for the given methods.

Parameters:
pMethodMethod, for which a signature is being queried.
Returns:
Signature string, or null, if no signature is available.

Definition at line 125 of file Util.java.

static String org.apache.xmlrpc.metadata.Util.getSignature ( Object[]  args) [inline, static]

Returns a signature for the given parameter set. This is used in error messages.

Definition at line 195 of file Util.java.

static String org.apache.xmlrpc.metadata.Util.getSignatureType ( Class  pType) [inline, static]

Returns a signature for the given return type or parameter class.

Parameters:
pTypeThe class for which a signature is being queried.
Returns:
Signature, if known, or null.

Definition at line 58 of file Util.java.

static Object org.apache.xmlrpc.metadata.Util.newInstance ( Class  pClass) throws XmlRpcException [inline, static]

Creates a new instance of pClass.

Definition at line 213 of file Util.java.


Member Data Documentation

final Class org.apache.xmlrpc.metadata.Util.jaxbElementClass [static, private]

This field should solve the problem, that we do not want to depend on the presence of JAXB. However, if it is available, we want to support it.

Definition at line 41 of file Util.java.


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


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