Package org.apache.axis2.json.gson.rpc
Class JsonUtils
- java.lang.Object
-
- org.apache.axis2.json.gson.rpc.JsonUtils
-
public class JsonUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Method
getOpMethod(String methodName, Method[] methodSet)
static Object
invokeServiceClass(com.google.gson.stream.JsonReader jsonReader, Object service, Method operation, Class[] paramClasses, int paramCount)
-
-
-
Method Detail
-
invokeServiceClass
public static Object invokeServiceClass(com.google.gson.stream.JsonReader jsonReader, Object service, Method operation, Class[] paramClasses, int paramCount) throws InvocationTargetException, IllegalAccessException, IOException
-
-