From 2eabce00b728009d3e58aae20a929528365a2320 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 13 Dec 2010 13:14:55 +0000 Subject: [PATCH] Documentation --- src/docbkx/what-is-spring-ws.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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).