INT-881, Added initial namespace support for auto-exporting SI components as OSGi services.

This commit is contained in:
Oleg Zhurakousky
2009-11-05 16:24:06 +00:00
parent 5ebd3e6d06
commit eb13d55218
17 changed files with 480 additions and 80 deletions

View File

@@ -26,4 +26,5 @@ import org.springframework.integration.channel.SubscribableChannel;
* @since 2.0
*/
public interface ControlBus extends SubscribableChannel {
public String getBusName();
}