Spring Web Services Framework

org.springframework.ws.server.endpoint.annotation
Annotation Type RequestPayload


@Target(value=PARAMETER)
@Retention(value=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


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.