This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
980488b0c0e57a5f209e6585d1e6a345ccd4a45b
spring-integration
/
org.springframework.integration.http
/
src
/
main
History
Mark Fisher
980488b0c0
HttpOutboundEndpoint now returns reply payload types based on the response's content-type header. A value of "application/x-java-serialized-object" will trigger deserialization to some Object, a value that begins with "text" will be mapped to a String, and everything else will currently return a byte array.
2009-03-20 20:51:21 +00:00
..
java/org/springframework/integration
/http
HttpOutboundEndpoint now returns reply payload types based on the response's content-type header. A value of "application/x-java-serialized-object" will trigger deserialization to some Object, a value that begins with "text" will be mapped to a String, and everything else will currently return a byte array.
2009-03-20 20:51:21 +00:00
resources
/META-INF
INT-594 Added namespace support for HTTP inbound-channel-adapter and inbound-gateway
2009-03-13 21:49:09 +00:00