diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/config/AbstractChannelParser.java b/org.springframework.integration/src/main/java/org/springframework/integration/config/AbstractChannelParser.java index cb6af1a9ca..23bf6d988c 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/config/AbstractChannelParser.java +++ b/org.springframework.integration/src/main/java/org/springframework/integration/config/AbstractChannelParser.java @@ -38,16 +38,6 @@ import org.springframework.util.StringUtils; */ public abstract class AbstractChannelParser extends AbstractSingleBeanDefinitionParser { - @Override - protected boolean shouldGenerateId() { - return false; - } - - @Override - protected boolean shouldGenerateIdAsFallback() { - return true; - } - @Override protected abstract Class getBeanClass(Element element); diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd b/org.springframework.integration/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd index 8959aeaede..d8bbb71743 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd +++ b/org.springframework.integration/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd @@ -171,7 +171,7 @@ - + Defines an endpoint for exposing any bean reference as a service that receives @@ -182,7 +182,7 @@ - + Base type for handler endpoint elements that accept Messages from an input-channel @@ -190,13 +190,13 @@ - + - + Base type for handler endpoint elements that accept Messages from an input-channel. @@ -290,19 +290,6 @@ - - - - Defines a ConcurrencyInterceptor for endpoints. - - - - - - - - - @@ -333,7 +320,7 @@ - + Defines a Router. @@ -341,7 +328,7 @@ - + Defines a Splitter. @@ -357,7 +344,7 @@ - + @@ -448,8 +435,6 @@ - -