Added SoapMessageContext removal.

This commit is contained in:
Arjen Poutsma
2007-03-16 08:35:58 +00:00
parent 622a18f7d6
commit f20a45ee85

View File

@@ -61,4 +61,7 @@ the project update their applications:
* MessageEndpointAdapter
* The <<<MessageEndpointAdapter>>> has been renamed to <<<WebServiceMessageReceiverHandlerAdapter>>>, but still resides in the same package (<<<org.springframework.ws.transport.http>>>).
* SoapMessageContext
* The <<<SoapMessageContext>>> has been removed. The <<<MessageContext>>> offers the same functionality, though it might require casting.