Class Util
java.lang.Object
org.apache.xmlrpc.metadata.Util
Utility class, which provides services to meta data
handlers and handler mappings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ClassThis field should solve the problem, that we do not want to depend on the presence of JAXB. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMethodHelp(Class pClass, Method pMethod) Returns a help string for the given method, which is applied to the given class.static StringgetMethodHelp(Class pClass, Method[] pMethods) Returns a help string for the given method, which is applied to the given class.static StringgetSignature(Object[] args) Returns a signature for the given parameter set.static String[]getSignature(Method pMethod) Returns a signature for the given methods.static String[][]getSignature(Method[] pMethods) Returns a signature for the given methods.static StringgetSignatureType(Class pType) Returns a signature for the given return type or parameter class.static ObjectnewInstance(Class pClass) Creates a new instance ofpClass.
-
Field Details
-
jaxbElementClass
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.
-
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getSignatureType
-
getSignature
-
getSignature
-
getMethodHelp
-
getMethodHelp
-
getSignature
-
newInstance
Creates a new instance ofpClass.- Throws:
XmlRpcException
-