Modify typo in reference document

* AccountServletEndpoint -> AccountServiceEndpoint

Issue: SPR-12993
master
Kazuki Shimizu 10 years ago
parent b8f10f69a9
commit 702fb08dd5
  1. 2
      src/asciidoc/integration.adoc

@ -573,7 +573,7 @@ annotation for expressing such dependencies on Spring-managed beans.
} }
---- ----
Our `AccountServletEndpoint` needs to run in the same web application as the Spring Our `AccountServiceEndpoint` needs to run in the same web application as the Spring
context to allow for access to Spring's facilities. This is the case by default in Java context to allow for access to Spring's facilities. This is the case by default in Java
EE 5 environments, using the standard contract for JAX-WS servlet endpoint deployment. EE 5 environments, using the standard contract for JAX-WS servlet endpoint deployment.
See Java EE 5 web service tutorials for details. See Java EE 5 web service tutorials for details.

Loading…
Cancel
Save