Spring Integration

org.springframework.integration.twitter.config
Class TwitterNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.integration.twitter.config.TwitterNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class TwitterNamespaceHandler
extends NamespaceHandlerSupport

Since:
2.0
Author:
Josh Long

Field Summary
static String DIRECT_MESSAGES
           
static String FRIENDS
           
static String MENTIONS
           
 
Constructor Summary
TwitterNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECT_MESSAGES

public static final String DIRECT_MESSAGES
See Also:
Constant Field Values

MENTIONS

public static final String MENTIONS
See Also:
Constant Field Values

FRIENDS

public static final String FRIENDS
See Also:
Constant Field Values
Constructor Detail

TwitterNamespaceHandler

public TwitterNamespaceHandler()
Method Detail

init

public void init()

Spring Integration

Copyright © 2010. All Rights Reserved.