Update docs to use of @Bean inside a @Component

This commit is contained in:
Mark Pollack
2009-04-27 05:37:45 +00:00
parent cea8f7f69e
commit c2f4f97fa5
3 changed files with 420 additions and 379 deletions

View File

@@ -853,8 +853,10 @@ URI location = template.postForLocation(uri, booking, String.class, "1");
<section id="rest-message-conversion">
<title>HTTP Message Conversion</title>
<para>Objects passed to and returned from the methods getForObject(),
postForLocation(), and put() and are converted to HTTP requests and from
<para>Objects passed to and returned from the methods
<methodname>getForObject</methodname>,
<methodname>postForLocation</methodname>, and
<methodname>put</methodname> are converted to HTTP requests and from
HTTP responses by <interfacename>HttpMessageConverters</interfacename>.
The <interfacename>HttpMessageConverter</interfacename> interface is
show below to give you a better feel for its functionality</para>