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
a76c65220b6ac520b33dd6ed9ee71f72570e8c76
spring-integration
/
org.springframework.integration.rmi
History
Mark Fisher
a76c65220b
GatewayProxyFactoryBean now creates a Map of gateways (per-Method). This will enable support for @Gateway annotations (coming soon). Also, the @Header and @Headers annotations are now supported for gateway method parameters. The 'request-channel' and 'reply-channel' attributes of the <gateway/> element have been changed to 'default-request-channel' and 'default-reply-channel' since the request/reply channels will be configurable on a method-by-method basis with annotations (the same applies to 'request-timeout' and 'reply-timeout'). The MessageMapper interface has been split into InboundMessageMapper (with 'toMessage') and OutboundMessageMapper (with 'fromMessage') since the behavior is not always symmetrical For example, the gateway uses MethodParameterMessageMapper for creating a Message *from* the args array but it uses SimpleMessageMapper (the new name for DefaultMessageMapper) to create a Message whose payload is the method's return value.
2008-09-28 19:58:24 +00:00
..
src
GatewayProxyFactoryBean now creates a Map of gateways (per-Method). This will enable support for @Gateway annotations (coming soon). Also, the @Header and @Headers annotations are now supported for gateway method parameters. The 'request-channel' and 'reply-channel' attributes of the <gateway/> element have been changed to 'default-request-channel' and 'default-reply-channel' since the request/reply channels will be configurable on a method-by-method basis with annotations (the same applies to 'request-timeout' and 'reply-timeout'). The MessageMapper interface has been split into InboundMessageMapper (with 'toMessage') and OutboundMessageMapper (with 'fromMessage') since the behavior is not always symmetrical For example, the gateway uses MethodParameterMessageMapper for creating a Message *from* the args array but it uses SimpleMessageMapper (the new name for DefaultMessageMapper) to create a Message whose payload is the method's return value.
2008-09-28 19:58:24 +00:00
.classpath
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
.project
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
build.xml
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
ivy.xml
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
template.mf
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00