org.springframework.integration.ws.SoapHeaderMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-integration-ws Show documentation
Show all versions of spring-integration-ws Show documentation
Spring Integration Web Services Support
/**
*
*/
package org.springframework.integration.ws;
import org.springframework.integration.mapping.HeaderMapper;
import org.springframework.integration.mapping.RequestReplyHeaderMapper;
import org.springframework.ws.soap.SoapHeader;
import org.springframework.ws.soap.SoapMessage;
/**
* A convenience interface that extends {@link HeaderMapper}
* but parameterized with {@link SoapHeader}.
*
* @author Oleg Zhurakousky
* @since 2.1
*/
public interface SoapHeaderMapper extends RequestReplyHeaderMapper{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy