Package org.simple4j.wsfeeler.pojoashttp
Class RequestJSON
java.lang.Object
org.simple4j.wsfeeler.pojoashttp.RequestJSON
HTTPExposer web service request body structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBean id of the bean in the application context whose method will be invokedName of the method which will be invokedMethod parameters as array of MethodParameterJSON objectsvoidvoidsetMethodName(String methodName) voidsetMethodParameters(MethodParameterJSON[] methodParameters) toString()
-
Constructor Details
-
RequestJSON
public RequestJSON()
-
-
Method Details
-
getBeanId
Bean id of the bean in the application context whose method will be invoked -
setBeanId
-
getMethodName
Name of the method which will be invoked -
setMethodName
-
getMethodParameters
Method parameters as array of MethodParameterJSON objects -
setMethodParameters
-
toString
-