From a47810935e96b78ded08d9934f2a9d0cf14b49a9 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 10 Sep 2015 16:00:12 -0400 Subject: [PATCH] INT-3824: Fix PDF Line Overflows JIRA: https://jira.spring.io/browse/INT-3824 --- src/reference/asciidoc/ws.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/reference/asciidoc/ws.adoc b/src/reference/asciidoc/ws.adoc index f3dc23a8e8..ba2f3ab6e0 100644 --- a/src/reference/asciidoc/ws.adoc +++ b/src/reference/asciidoc/ws.adoc @@ -53,10 +53,10 @@ infrastructure you should add the `EndpointMapping` definition between `MessageD For this purpose (from Spring Integration perspective), the Spring WS provides these convenient `EndpointMapping` implementations: -* `org.springframework.ws.server.endpoint.mapping.UriEndpointMapping` -* `org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping` -* `org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping` -* `org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping` +* `o.s.ws.server.endpoint.mapping.UriEndpointMapping` +* `o.s.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping` +* `o.s.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping` +* `o.s.ws.server.endpoint.mapping.XPathPayloadEndpointMapping` The beans for these classes must be specified in the application context referencing to the `SimpleWebServiceInboundGateway` and/or `MarshallingWebServiceInboundGateway` bean definitions according to the WS