Uses of Interface
org.springframework.integration.ws.SoapHeaderMapper
Packages that use SoapHeaderMapper
Package
Description
Provides several inbound and outbound Web Service components.
Contains classes for DSL support.
- 
Uses of SoapHeaderMapper in org.springframework.integration.wsClasses in org.springframework.integration.ws that implement SoapHeaderMapperModifier and TypeClassDescriptionclassAHeaderMapperimplementation for mapping to and from a SoapHeader.Methods in org.springframework.integration.ws that return SoapHeaderMapperModifier and TypeMethodDescriptionprotected SoapHeaderMapperAbstractWebServiceInboundGateway.getHeaderMapper()Methods in org.springframework.integration.ws with parameters of type SoapHeaderMapperModifier and TypeMethodDescriptionvoidAbstractWebServiceInboundGateway.setHeaderMapper(SoapHeaderMapper headerMapper) voidAbstractWebServiceOutboundGateway.setHeaderMapper(SoapHeaderMapper headerMapper) 
- 
Uses of SoapHeaderMapper in org.springframework.integration.ws.dslMethods in org.springframework.integration.ws.dsl with parameters of type SoapHeaderMapperModifier and TypeMethodDescriptionBaseWsInboundGatewaySpec.headerMapper(SoapHeaderMapper headerMapper) Configure the header mapper.BaseWsOutboundGatewaySpec.headerMapper(SoapHeaderMapper headerMapper) Configure the header mapper.