Uses of Annotation Interface
org.springframework.web.service.annotation.HttpExchange
Package
Description
Annotations for declaring HTTP service request methods.
-
Uses of HttpExchange in org.springframework.web.service.annotation
Modifier and TypeClassDescription@interface
Shortcut forHttpExchange
for HTTP DELETE requests.@interface
Shortcut forHttpExchange
for HTTP GET requests.@interface
Shortcut forHttpExchange
for HTTP HEAD requests.@interface
Shortcut forHttpExchange
for HTTP OPTIONS requests.@interface
Shortcut forHttpExchange
for HTTP PATCH requests.@interface
Shortcut forHttpExchange
for HTTP POST requests.@interface
Shortcut forHttpExchange
for HTTP PUT requests.