Uses of Class
ywebservicespackage.dto.SampleWsDTO
Packages that use SampleWsDTO
Package
Description
-
Uses of SampleWsDTO in ywebservicespackage.controllers
Methods in ywebservicespackage.controllers that return SampleWsDTOModifier and TypeMethodDescriptionSampleController.createSample(SampleWsDTO sampleWsDTO) Sample method showing how to validate object given in POST body parameter
Example : URL : http://localhost:9001/ywebservices/sample/dto Method : POST Header : Content-Type=application/json POST body parameter :{ "value" : "sampleValue"}Sample method returning Cache-Control header and using Path Variable Example : GET http://localhost:9001/ywebservices/sample/dto/sampleValueSampleController.getTestBeanText()Methods in ywebservicespackage.controllers with parameters of type SampleWsDTOModifier and TypeMethodDescriptionSampleController.createSample(SampleWsDTO sampleWsDTO) Sample method showing how to validate object given in POST body parameter
Example : URL : http://localhost:9001/ywebservices/sample/dto Method : POST Header : Content-Type=application/json POST body parameter :{ "value" : "sampleValue"} -
Uses of SampleWsDTO in ywebservicespackage.facades
Methods in ywebservicespackage.facades that return SampleWsDTO -
Uses of SampleWsDTO in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return SampleWsDTO