Class RequestJSON

java.lang.Object
org.simple4j.wsfeeler.pojoashttp.RequestJSON

public class RequestJSON extends Object
HTTPExposer web service request body structure
  • Constructor Details

    • RequestJSON

      public RequestJSON()
  • Method Details

    • getBeanId

      public String getBeanId()
      Bean id of the bean in the application context whose method will be invoked
    • setBeanId

      public void setBeanId(String beanId)
    • getMethodName

      public String getMethodName()
      Name of the method which will be invoked
    • setMethodName

      public void setMethodName(String methodName)
    • getMethodParameters

      public MethodParameterJSON[] getMethodParameters()
      Method parameters as array of MethodParameterJSON objects
    • setMethodParameters

      public void setMethodParameters(MethodParameterJSON[] methodParameters)
    • toString

      public String toString()
      Overrides:
      toString in class Object