INT-1596, fixed the broken links as well as all warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2008 the original author or authors.
|
||||
* Copyright 2002-2010 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -22,7 +22,7 @@ import java.util.List;
|
||||
import org.springframework.integration.Message;
|
||||
|
||||
/**
|
||||
* Extends {@link AbstractChannelNameResolvingMessageRouter} to support router
|
||||
* Extends {@link AbstractMessageRouter} to support router
|
||||
* implementations that always return a single channel name (or null).
|
||||
*
|
||||
* @author Mark Fisher
|
||||
|
||||
@@ -41,7 +41,7 @@ import org.springframework.util.Assert;
|
||||
* <p/>
|
||||
* For more advanced, programmatic control
|
||||
* of dynamic recipient lists, consider using the @Router annotation or
|
||||
* extending {@link AbstractChannelNameResolvingMessageRouter} instead.
|
||||
* extending {@link AbstractMessageRouter} instead.
|
||||
* <p/>
|
||||
* Contrary to a standard <router .../> this handler will try to send to all channels that are configured as
|
||||
* recipients. It is to channels what a publish subscribe channel is to endpoints.
|
||||
|
||||
Reference in New Issue
Block a user