@@ -263,7 +263,7 @@ In the newly created application context called `remoting-servlet.xml`, we'll cr
263263Now we're ready to link in the service at the client. No explicit handler mapping is
264264specified, mapping request URLs onto services, so `BeanNameUrlHandlerMapping` will be
265265used: Hence, the service will be exported at the URL indicated through its bean name
266- within the containing `DispatcherServlet`'s mapping (as defined above):
266+ within the containing `` DispatcherServlet` `'s mapping (as defined above):
267267`'http://HOST:8080/remoting/AccountService'`.
268268
269269Alternatively, create a `HessianServiceExporter` in your root application context (e.g.
@@ -408,7 +408,7 @@ dispatcher's application context:
408408 </bean>
409409----
410410
411- Such an exporter definition will be exposed through the `DispatcherServlet`'s standard
411+ Such an exporter definition will be exposed through the `` DispatcherServlet` `'s standard
412412mapping facilities, as explained in the section on Hessian.
413413
414414Alternatively, create an `HttpInvokerServiceExporter` in your root application context
@@ -1644,7 +1644,7 @@ synchronous receive calls is set using the property `setReceiveTimeout`.
16441644
16451645Some JMS providers allow the setting of default QOS values administratively through the
16461646configuration of the `ConnectionFactory`. This has the effect that a call to
1647- `MessageProducer`'s send method `send(Destination destination, Message message)` will
1647+ `` MessageProducer` `'s send method `send(Destination destination, Message message)` will
16481648use different QOS default values than those specified in the JMS specification. In order
16491649to provide consistent management of QOS values, the `JmsTemplate` must therefore be
16501650specifically enabled to use its own QOS values by setting the boolean property
@@ -2427,7 +2427,7 @@ Spring also provides a generic JCA message endpoint manager which is not tied to
24272427for using any message listener type (e.g. a CCI MessageListener) and any
24282428provider-specific ActivationSpec object. Check out your JCA provider's documentation to
24292429find out about the actual capabilities of your connector, and consult
2430- `GenericMessageEndpointManager`'s javadoc for the Spring-specific configuration details.
2430+ `` GenericMessageEndpointManager` `'s javadoc for the Spring-specific configuration details.
24312431
24322432[NOTE]
24332433====
@@ -3163,7 +3163,7 @@ a container that does not provide an `MBeanServer`. To address this you can crea
31633163`MBeanServer` instance declaratively by adding an instance of the
31643164`org.springframework.jmx.support.MBeanServerFactoryBean` class to your configuration.
31653165You can also ensure that a specific `MBeanServer` is used by setting the value of the
3166- `MBeanExporter`'s `server` property to the `MBeanServer` value returned by an
3166+ `` MBeanExporter` `'s `server` property to the `MBeanServer` value returned by an
31673167`MBeanServerFactoryBean`; for example:
31683168
31693169[source,xml,indent=0]
0 commit comments