diff --git a/src/docbkx/what-is-spring-ws.xml b/src/docbkx/what-is-spring-ws.xml
index b73117e3..1fdb83fd 100644
--- a/src/docbkx/what-is-spring-ws.xml
+++ b/src/docbkx/what-is-spring-ws.xml
@@ -95,13 +95,20 @@
- The Core package (spring-ws-core.jar)
- is the central part of the Spring's Web services functionality.
+ The Core module (spring-ws-core.jar) is the central part of the Spring's
+ Web services functionality.
It provides the central
WebServiceMessage and
SoapMessage interfaces, the server-side
- framework, with powerful message dispatching, and the various support classes for implementing Web service
- endpoints; and the client-side WebServiceTemplate.
+ framework, with powerful message dispatching, and the various support classes for implementing Web
+ service endpoints; and the client-side
+ WebServiceTemplate.
+
+
+
+
+ The Support module (spring-ws-support.jar) contains additional transports
+ (JMS, Email, and others).