All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.integration.ws.SoapHeaderMapper Maven / Gradle / Ivy

There is a newer version: 6.4.1
Show newest version
/**
 * 
 */
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