Package org.apache.axis2.json.gson.rpc
Class JsonUtils
java.lang.Object
org.apache.axis2.json.gson.rpc.JsonUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodgetOpMethod(String methodName, Method[] methodSet) static ObjectinvokeServiceClass(com.google.gson.stream.JsonReader jsonReader, Object service, Method operation, Class[] paramClasses, int paramCount)
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
invokeServiceClass
public static Object invokeServiceClass(com.google.gson.stream.JsonReader jsonReader, Object service, Method operation, Class[] paramClasses, int paramCount) throws InvocationTargetException, IllegalAccessException, IOException -
getOpMethod
-