JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.ws.server.endpoint.annotation
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
Author:
Arjen Poutsma
See Also:
ResponsePayload