nz.ac.auckland.integration.testing.endpointoverride.EndpointOverride 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.endpointoverride;
import org.apache.camel.Endpoint;
/**
* An interface for setting endpoint parameters each time rather than specifying them
* for each test specification, or overriding Camel defaults
*
* @author David MacDonald
*/
public interface EndpointOverride {
public void overrideEndpoint(Endpoint endpoint);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy