JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.springframework.ws.server.endpoint.annotation
RequestPayload
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface RequestPayload
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
RequestPayload
Annotation which indicates that a method parameter should be bound to the
request payload
. Supported for annotated endpoint methods.
Since:
2.0
See Also:
ResponsePayload