This commit is contained in:
Arjen Poutsma
2007-01-14 14:17:19 +00:00
parent 3c2e016164
commit 6ebb46ee6e
2 changed files with 21 additions and 3 deletions

View File

@@ -14,9 +14,20 @@ Package org.springframework.oxm.castor
Package org.springframework.oxm.jibx
* added indent property to pretty print JiBX output (#SWS-72)
Package org.springframework.ws
* moved MessageDispatcher, EndpointAdapter, EndpointExceptionResolver, EndpointInterceptor, EndpointMapping, and
EndpointInvocationChain to org.springframework.ws.server package
Package org.springframework.ws.client
* Added client-side support based on WebServiceTemplate (#SWS-58)
Package org.springframework.ws.context
* Refactored MessageContextFactory, SoapMessageContextFactory and implementations into WebServiceMessageFactory
Package org.springframework.ws.endpoint
* moved TransformerObjectSupport to org.springframework.xml.transform
* moved all endpoint subclasses to org.springframework.ws.server.endpoint
Package org.springframework.ws.soap
* added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53)
* added getResult() to SoapFaultDetail (#SWS-57)
@@ -24,12 +35,19 @@ Package org.springframework.ws.soap
Package org.springframework.ws.soap
* refactored SAAJ from two separate hierarchies (SAAJ 1.2 and SAAJ 1.3) into one, using bridge pattern
Package org.springframework.ws.soap.endpoint
* moved all endpoint subclasses to org.springframework.ws.soap.server.endpoint
Package org.springframework.ws.soap.security.xwss.callback
* DefaultTimestampValidator no longer requires Expired in request (#SWS-55)
* Digest passwords are handled correctly in the SimplePasswordValidationCallbackHandler (#SWS-56)
Package org.springframework.ws.transport
* moved TransportContext and TransportContextHolder to org.springframework.ws.transport.context package
Package org.springframework.ws.transport.http
* added MessageDispatcherServlet (#SWS-60)
* renamed MessageEndpointHandlerAdapter to WebServiceReceiverHandlerAdapter
Package org.springframework.ws.wsdl.wsdl11.builder
* added Wsdl11DefinitionBuilder

View File

@@ -76,10 +76,10 @@
</licenses>
<scm>
<connection>
scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-ws/trunk/
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
</connection>
<developerConnection>
scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-ws/trunk/
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
</developerConnection>
<url>http://svn.sourceforge.net/viewvc/springframework/spring-ws/trunk/</url>
</scm>
@@ -101,7 +101,7 @@
</profile>
</profiles>
<properties>
<spring.version>2.0.1</spring.version>
<spring.version>2.0.2</spring.version>
</properties>
<repositories>
<repository>