| Package | Description |
|---|---|
| ywebservicespackage.controllers | |
| ywebservicespackage.facades | |
| ywebservicespackage.facades.impl |
| Modifier and Type | Method and Description |
|---|---|
SampleWsDTO |
SampleController.getSampleWsDTO(java.lang.String pathVariable)
Sample method returning Cache-Control header and using Path Variable
Example :
GET http://localhost:9001/ywebservices/sample/dto/sampleValue
|
SampleWsDTO |
SampleController.getTestBeanText() |
SampleWsDTO |
SampleController.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"} |
| Modifier and Type | Method and Description |
|---|---|
SampleWsDTO |
SampleController.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"} |
| Modifier and Type | Method and Description |
|---|---|
SampleWsDTO |
SampleFacades.getSampleWsDTO(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
SampleWsDTO |
DefaultSampleFacades.getSampleWsDTO(java.lang.String value) |
Copyright © 2018 SAP SE. All Rights Reserved.