Class WebServiceHeaderEnricherParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AbstractTransformerParser
org.springframework.integration.config.xml.HeaderEnricherParserSupport
org.springframework.integration.ws.config.WebServiceHeaderEnricherParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class WebServiceHeaderEnricherParser
extends org.springframework.integration.config.xml.HeaderEnricherParserSupport
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WebServiceHeaderEnricherParser()
-
Method Summary
Methods inherited from class org.springframework.integration.config.xml.HeaderEnricherParserSupport
addElementToHeaderMapping, addElementToHeaderMapping, getTransformerClassName, parseTransformer, postProcessHeaderEnricher, processHeaders
Methods inherited from class org.springframework.integration.config.xml.AbstractTransformerParser
parseHandler
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal, replyChannelInChainAllowed, resolveId
-
Constructor Details
-
WebServiceHeaderEnricherParser
public WebServiceHeaderEnricherParser()
-