Skip to content

Commit bf8af3a

Browse files
committed
Javadoc
1 parent 7d3f81c commit bf8af3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* http://example.com:8080/services/bookFlight=bookFlightEndpoint
3939
* jms://exampleQueue=getFlightsEndpoint
4040
* </pre>
41-
* The syntax is SOAP_ACTION=ENDPOINT_BEAN_NAME.
41+
* The syntax is URI=ENDPOINT_BEAN_NAME.
4242
* <p/>
4343
* This endpoint mapping does not read from the request message, and therefore is more suitable for message factories
4444
* which directly read from the transport request (such as the {@link AxiomSoapMessageFactory} with the

0 commit comments

Comments
 (0)