Class RequestMapping
java.lang.Object
org.springframework.integration.http.inbound.RequestMapping
public class RequestMapping extends Object
Class for mapping web requests onto specific
HttpRequestHandlingEndpointSupport
.
Provides direct mapping in terms of functionality compared to
RequestMapping
.- Since:
- 3.0
- Author:
- Artem Bilan
- See Also:
RequestMapping
,IntegrationRequestMappingHandlerMapping
-
Constructor Summary
Constructors Constructor Description RequestMapping()
-
Method Summary
Modifier and Type Method Description String[]
getConsumes()
String[]
getHeaders()
HttpMethod[]
getMethods()
String
getName()
String[]
getParams()
String[]
getPathPatterns()
String[]
getProduces()
RequestMethod[]
getRequestMethods()
void
setConsumes(String... consumes)
void
setHeaders(String... headers)
void
setMethods(HttpMethod... supportedMethods)
void
setName(String name)
void
setParams(String... params)
void
setPathPatterns(String... pathPatterns)
void
setProduces(String... produces)
-
Constructor Details
-
RequestMapping
public RequestMapping()
-
-
Method Details