Class RmiNamespaceHandler

java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
org.springframework.integration.rmi.config.RmiNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

@Deprecated
public class RmiNamespaceHandler
extends org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
Deprecated.
since 5.4 with no replacement.
Namespace handler for Spring Integration's rmi namespace.
  • Constructor Summary

    Constructors 
    Constructor Description
    RmiNamespaceHandler()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void init()
    Deprecated.
     

    Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler

    parse

    Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport

    decorate, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • init

      public void init()
      Deprecated.