INT-1553 removed twitter-connection from the namespace

This commit is contained in:
Oleg Zhurakousky
2010-11-08 09:08:23 -05:00
parent 56143b63aa
commit 79b7342ad9
2 changed files with 0 additions and 18 deletions

View File

@@ -31,9 +31,6 @@ public class TwitterNamespaceHandler extends AbstractIntegrationNamespaceHandler
public void init() {
// twitter connection
registerBeanDefinitionParser("twitter-connection", new ConnectionParser());
// inbound
registerBeanDefinitionParser("inbound-update-channel-adapter", new TwitterReceivingMessageSourceParser());
registerBeanDefinitionParser("inbound-dm-channel-adapter", new TwitterReceivingMessageSourceParser());

View File

@@ -13,21 +13,6 @@
<xsd:import namespace="http://www.springframework.org/schema/integration"
schemaLocation="http://www.springframework.org/schema/integration/spring-integration-2.0.xsd"/>
<xsd:element name="twitter-connection">
<xsd:annotation>
<xsd:documentation>
Sets up an instance of OAuthConfiguration which all adapters need to function properly
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="id" type="xsd:string" use="required"/>
<xsd:attribute name="consumer-key" type="xsd:string" use="required"/>
<xsd:attribute name="consumer-secret" type="xsd:string" use="required"/>
<xsd:attribute name="access-token" type="xsd:string" use="required"/>
<xsd:attribute name="access-token-secret" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
<!--
This defines the beans we have for working with Twitter
-->