org.springframework.integration.httpinvoker.config
Class HttpInvokerNamespaceHandler

java.lang.Object
  extended by org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
      extended by org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.

@Deprecated
public class HttpInvokerNamespaceHandler
extends AbstractIntegrationNamespaceHandler

Namespace handler for Spring Integration's httpinvoker namespace.


Constructor Summary
HttpInvokerNamespaceHandler()
          Deprecated.  
 
Method Summary
 void init()
          Deprecated.  
 
Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpInvokerNamespaceHandler

public HttpInvokerNamespaceHandler()
Deprecated. 
Method Detail

init

public void init()
Deprecated.