diff --git a/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java b/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java index 3d4cb402..c315bd59 100644 --- a/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java +++ b/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java @@ -41,12 +41,12 @@ import org.springframework.ws.transport.WebServiceMessageReceiver; import org.springframework.ws.transport.support.DefaultStrategiesHelper; /** - * Central dispatcher for use withing Spring-WS. Dispatches Web service messages to registered endoints. + * Central dispatcher for use within Spring-WS. Dispatches Web service messages to registered endoints. *
* This dispatcher is quite similar to Spring MVCsDispatcherServlet. Just like it's counterpart, this
* dispatcher is very flexible. EndpointMapping implementation - whether standard,
* or provided as part of an application - to control the routing of request messages to endpoint objects. Endpoint
- * mappings can be registerd using the endpointMappings property.endpointMappings property.EndpointAdapter; this allows to use any endpoint interface or form. Default are
* MessageEndpointAdapter and PayloadEndpointAdapter, for MessageEndpoint and
* PayloadEndpoint, respectively. Additional endpoint adapters can be added through the