Uses of Interface
org.springframework.integration.ws.SoapHeaderMapper
Package
Description
Provides several inbound and outbound Web Service components.
Contains classes for DSL support.
-
Uses of SoapHeaderMapper in org.springframework.integration.ws
Modifier and TypeClassDescriptionclass
AHeaderMapper
implementation for mapping to and from a SoapHeader.Modifier and TypeMethodDescriptionprotected SoapHeaderMapper
AbstractWebServiceInboundGateway.getHeaderMapper()
Modifier and TypeMethodDescriptionvoid
AbstractWebServiceInboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper) void
AbstractWebServiceOutboundGateway.setHeaderMapper
(SoapHeaderMapper headerMapper) -
Uses of SoapHeaderMapper in org.springframework.integration.ws.dsl
Modifier and TypeMethodDescriptionBaseWsInboundGatewaySpec.headerMapper
(SoapHeaderMapper headerMapper) Configure the header mapper.BaseWsOutboundGatewaySpec.headerMapper
(SoapHeaderMapper headerMapper) Configure the header mapper.