nz.ac.auckland.integration.testing.resource.HeadersTestResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soaunit Show documentation
Show all versions of soaunit Show documentation
Orchestrated Testing of SOA Artifacts Using Apache Camel
The newest version!
package nz.ac.auckland.integration.testing.resource;
import java.io.File;
import java.io.FileInputStream;
import java.net.URL;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
/**
* Provides a mechanism for setting key/value pairs for message headers
* either as a mock response, or setting an expectation for the contents of a header.
* Standard properties files are used if a File/URL is specified.
*
* @author David MacDonald
*/
public class HeadersTestResource extends StaticTestResource
© 2015 - 2025 Weber Informatics LLC | Privacy Policy