Removed 'bus.interceptor' package for now (avoids a tangle).

This commit is contained in:
Mark Fisher
2008-07-07 01:47:34 +00:00
parent 69e18fcf95
commit 9409594a1c
6 changed files with 7 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.context.event.SimpleApplicationEventMulticaster;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.integration.ConfigurationException;
import org.springframework.integration.bus.interceptor.MessageBusInterceptor;
import org.springframework.integration.channel.ChannelRegistry;
import org.springframework.integration.channel.ChannelRegistryAware;
import org.springframework.integration.channel.DefaultChannelRegistry;

View File

@@ -14,9 +14,8 @@
* limitations under the License.
*/
package org.springframework.integration.bus.interceptor;
package org.springframework.integration.bus;
import org.springframework.integration.bus.MessageBus;
/**
* Interface for interceptors that are able be notified of the

View File

@@ -14,9 +14,8 @@
* limitations under the License.
*/
package org.springframework.integration.bus.interceptor;
package org.springframework.integration.bus;
import org.springframework.integration.bus.MessageBus;
/**
* No-op implementation of a {@link MessageBusInterceptor}. Subclasses shall

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.bus.interceptor;
package org.springframework.integration.bus;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

View File

@@ -14,11 +14,12 @@
* limitations under the License.
*/
package org.springframework.integration.bus.interceptor;
package org.springframework.integration.bus;
import java.util.concurrent.atomic.AtomicInteger;
import org.springframework.integration.bus.MessageBus;
import org.springframework.integration.bus.MessageBusInterceptorAdapter;
/**
* @author Marius Bogoevici

View File

@@ -14,11 +14,12 @@
* limitations under the License.
*/
package org.springframework.integration.bus.interceptor;
package org.springframework.integration.bus;
import java.util.concurrent.atomic.AtomicInteger;
import org.springframework.integration.bus.MessageBus;
import org.springframework.integration.bus.MessageBusInterceptorAdapter;
/**
* @author Marius Bogoevici