Renamed RootCauseErrorMessageRouter to the more appropriate ErrorMessageExceptionTypeRouter (the routing is actually based on the most-specific Exception type available in the exceptionTypeChannelMap).

This commit is contained in:
Mark Fisher
2008-10-10 23:58:27 +00:00
parent 045011318e
commit ec91ae8f08
2 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.util.Assert;
*
* @author Mark Fisher
*/
public class RootCauseErrorMessageRouter extends AbstractSingleChannelRouter {
public class ErrorMessageExceptionTypeRouter extends AbstractSingleChannelRouter {
private volatile Map<Class<? extends Throwable>, MessageChannel> exceptionTypeChannelMap =
new ConcurrentHashMap<Class<? extends Throwable>, MessageChannel>();