| WebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,
without support for HTTP authentication or advanced configuration options.
Designed for easy subclassing, customizing specific template methods. However, consider
CommonsHttpMessageSender for more sophisticated needs: the J2SE HttpURLConnection is rather limited in
its capabilities.
author: Arjen Poutsma See Also: java.net.HttpURLConnection since: 1.0.0 |