Spring Integration

org.springframework.integration.config.xml
Class SpelFunctionParser

java.lang.Object
  extended by org.springframework.integration.config.xml.SpelFunctionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class SpelFunctionParser
extends java.lang.Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser

Parser for the <spel-function> element. Doesn't register a bean within application context, collects 'functions' within SpelFunctionRegistrar bean.

Since:
3.0
Author:
Artem Bilan

Constructor Summary
SpelFunctionParser()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpelFunctionParser

public SpelFunctionParser()
Method Detail

parse

public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
                                                                     org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser

Spring Integration