INT-4225: Polishing

Fix static imports for `@Default`
Add JavaDoc for the `SimpleWebServiceOutboundGateway.setExtractPayload()`
This commit is contained in:
Artem Bilan
2017-03-02 11:07:42 -05:00
committed by Gary Russell
parent 28e8f23fd0
commit 4403519e5f
2 changed files with 7 additions and 9 deletions

View File

@@ -85,8 +85,11 @@ public class SimpleWebServiceOutboundGateway extends AbstractWebServiceOutboundG
}
/**
*
* @param extractPayload
* A flag to return the whole {@link WebServiceMessage} or build
* {@code payload} based on {@link WebServiceMessage}
* and populated headers according {@code headerMapper} configuration.
* Defaults to extract payload.
* @param extractPayload build payload or return a whole {@link WebServiceMessage}
* @since 5.0
*/
public void setExtractPayload(boolean extractPayload) {