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.
Inbound Web Service components.
Outbound Web Service components.
-
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. -
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. -
Uses of SoapHeaderMapper in org.springframework.integration.ws.inbound
Methods in org.springframework.integration.ws.inbound that return SoapHeaderMapperModifier and TypeMethodDescriptionprotected SoapHeaderMapper
AbstractWebServiceInboundGateway.getHeaderMapper()
Methods in org.springframework.integration.ws.inbound with parameters of type SoapHeaderMapperModifier and TypeMethodDescriptionvoid
AbstractWebServiceInboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper) -
Uses of SoapHeaderMapper in org.springframework.integration.ws.outbound
Methods in org.springframework.integration.ws.outbound with parameters of type SoapHeaderMapperModifier and TypeMethodDescriptionvoid
AbstractWebServiceOutboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper)