We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3f81c commit bf8af3aCopy full SHA for bf8af3a
core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java
@@ -38,7 +38,7 @@
38
* http://example.com:8080/services/bookFlight=bookFlightEndpoint
39
* jms://exampleQueue=getFlightsEndpoint
40
* </pre>
41
- * The syntax is SOAP_ACTION=ENDPOINT_BEAN_NAME.
+ * The syntax is URI=ENDPOINT_BEAN_NAME.
42
* <p/>
43
* This endpoint mapping does not read from the request message, and therefore is more suitable for message factories
44
* which directly read from the transport request (such as the {@link AxiomSoapMessageFactory} with the
0 commit comments