Spring Web Services Framework

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


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResponsePayload

Annotation which indicates that a method return value should be bound to the response payload. Supported for annotated endpoint methods.

Since:
2.0
Author:
Arjen Poutsma
See Also:
RequestPayload


Spring Web Services Framework

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