From bf8af3a579084cb506c21d4812c7a029ecc7661e Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 18 May 2008 22:29:03 +0000 Subject: [PATCH] Javadoc --- .../ws/server/endpoint/mapping/UriEndpointMapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java index 777e3fd5..d9181630 100644 --- a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java +++ b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java @@ -38,7 +38,7 @@ import org.springframework.ws.transport.context.TransportContextHolder; * http://example.com:8080/services/bookFlight=bookFlightEndpoint * jms://exampleQueue=getFlightsEndpoint * - * The syntax is SOAP_ACTION=ENDPOINT_BEAN_NAME. + * The syntax is URI=ENDPOINT_BEAN_NAME. *

* This endpoint mapping does not read from the request message, and therefore is more suitable for message factories * which directly read from the transport request (such as the {@link AxiomSoapMessageFactory} with the