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.ws
Classes in org.springframework.integration.ws that implement SoapHeaderMapperModifier and TypeClassDescriptionclass
AHeaderMapper
implementation for mapping to and from a SoapHeader.Methods in org.springframework.integration.ws that return SoapHeaderMapperModifier and TypeMethodDescriptionprotected SoapHeaderMapper
AbstractWebServiceInboundGateway.getHeaderMapper()
Methods in org.springframework.integration.ws with parameters of type SoapHeaderMapperModifier and TypeMethodDescriptionvoid
AbstractWebServiceInboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper) void
AbstractWebServiceOutboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper) -
Uses of SoapHeaderMapper in org.springframework.integration.ws.dsl
Methods 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.