org.devnull.client.spring.namespace.ZuulSpringClientNamespaceHandler.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zuul-spring-client Show documentation
Show all versions of zuul-spring-client Show documentation
Spring client integration for Zuul web services.
package org.devnull.client.spring.namespace
import org.springframework.beans.factory.xml.NamespaceHandlerSupport
class ZuulSpringClientNamespaceHandler extends NamespaceHandlerSupport {
void init() {
registerBeanDefinitionParser("properties", new ZuulPropertiesBeanDefinitionParser());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy