Uses of Annotation Interface
org.springframework.web.service.annotation.HttpExchange
Packages that use HttpExchange
Package
Description
Annotations for declaring HTTP service request methods.
-
Uses of HttpExchange in org.springframework.web.service.annotation
Classes in org.springframework.web.service.annotation with annotations of type HttpExchangeModifier and TypeClassDescription@interfaceShortcut forHttpExchangefor HTTP DELETE requests.@interfaceShortcut forHttpExchangefor HTTP GET requests.@interfaceShortcut forHttpExchangefor HTTP HEAD requests.@interfaceShortcut forHttpExchangefor HTTP OPTIONS requests.@interfaceShortcut forHttpExchangefor HTTP PATCH requests.@interfaceShortcut forHttpExchangefor HTTP POST requests.@interfaceShortcut forHttpExchangefor HTTP PUT requests.