Class WireTapParser
java.lang.Object
org.springframework.integration.config.xml.WireTapParser
- All Implemented Interfaces:
BeanDefinitionRegisteringParser
public class WireTapParser extends java.lang.Object implements BeanDefinitionRegisteringParser
Parser for the <wire-tap> element.
-
Constructor Summary
Constructors Constructor Description WireTapParser() -
Method Summary
Modifier and Type Method Description java.lang.Stringparse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
-
Constructor Details
-
WireTapParser
public WireTapParser()
-
-
Method Details
-
parse
public java.lang.String parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Specified by:
parsein interfaceBeanDefinitionRegisteringParser
-