Uses of Class
ywebservicespackage.dto.SampleWsDTO
-
Packages that use SampleWsDTO Package Description ywebservicespackage.controllers ywebservicespackage.facades ywebservicespackage.facades.impl -
-
Uses of SampleWsDTO in ywebservicespackage.controllers
Methods in ywebservicespackage.controllers that return SampleWsDTO Modifier and Type Method Description SampleWsDTOSampleController. getSampleWsDTO(java.lang.String pathVariable)Sample method returning Cache-Control header and using Path Variable Example : GET http://localhost:9001/ywebservices/sample/dto/sampleValueSampleWsDTOSampleController. getTestBeanText()SampleWsDTOSampleController. postSampleWsDTO(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"}Methods in ywebservicespackage.controllers with parameters of type SampleWsDTO Modifier and Type Method Description SampleWsDTOSampleController. postSampleWsDTO(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 Modifier and Type Method Description SampleWsDTOSampleFacades. getSampleWsDTO(java.lang.String value) -
Uses of SampleWsDTO in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return SampleWsDTO Modifier and Type Method Description SampleWsDTODefaultSampleFacades. getSampleWsDTO(java.lang.String value)
-