Uses of Class
io.vertigo.vega.webservice.definitions.WebServiceParam
-
-
Uses of WebServiceParam in io.vertigo.vega.impl.webservice.client
Methods in io.vertigo.vega.impl.webservice.client with parameters of type WebServiceParam Modifier and Type Method Description voidHttpRequestBuilder. bodyParam(Object object, WebServiceParam webServiceParam)voidHttpRequestBuilder. innerBodyParam(String name, Object object, WebServiceParam webServiceParam) -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler
Methods in io.vertigo.vega.plugins.webservice.handler with parameters of type WebServiceParam Modifier and Type Method Description ObjectWebServiceCallContext. getParamValue(WebServiceParam webServiceParam)Get param of an endpoint.StringWebServiceCallContext. getPathParam(WebServiceParam webServiceParam)Get path param of an endpoint.voidWebServiceCallContext. registerUpdatedDtObjects(WebServiceParam webServiceParam, Serializable updatedValue, Map<String,DtObject> contextKeyMap)Register Updated Dtos.voidWebServiceCallContext. setParamValue(WebServiceParam webServiceParam, Object value)Set param of an endpoint. -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler.converter
Methods in io.vertigo.vega.plugins.webservice.handler.converter with parameters of type WebServiceParam Modifier and Type Method Description voidDefaultJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidDtListDeltaJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidDtListJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidDtObjectJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidImplicitJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidJsonConverter. populateWebServiceCallContext(Object source, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidPrimitiveJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.voidVFileJsonConverter. populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext. -
Uses of WebServiceParam in io.vertigo.vega.plugins.webservice.handler.reader
Methods in io.vertigo.vega.plugins.webservice.handler.reader with parameters of type WebServiceParam Modifier and Type Method Description StringBodyJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.StringHeaderJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.UiContextInnerBodyJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.OJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.StringPathJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.StringQueryJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType.javax.servlet.http.HttpServletRequestRequestJsonReader. extractData(javax.servlet.http.HttpServletRequest request, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Extract parameter value from request as readType. -
Uses of WebServiceParam in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceParam Modifier and Type Method Description WebServiceParamWebServiceParamBuilder. build()Methods in io.vertigo.vega.webservice.definitions that return types with arguments of type WebServiceParam Modifier and Type Method Description List<WebServiceParam>WebServiceDefinition. getWebServiceParams()Methods in io.vertigo.vega.webservice.definitions with parameters of type WebServiceParam Modifier and Type Method Description WebServiceDefinitionBuilderWebServiceDefinitionBuilder. addWebServiceParam(WebServiceParam webServiceParam)
-