Defines which endpoint to use based on the endpoint address
The endpoint identification
The EndpointMocker object
271272273274275276277278279280281
} protected final EndpointMocker whenEndpointWithAddress(String address) { EndpointMocker endpointMocker = new EndpointMocker(muleContext); return endpointMocker.whenEndpointWithAddress(address); } protected final Matcher any() { return new AnyClassMatcher(Object.class);