public class CamelAutoInterceptSendToEndpointStrategy extends Object implements org.apache.camel.spi.EndpointStrategy
| Constructor and Description |
|---|
CamelAutoInterceptSendToEndpointStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchPattern(String uri,
org.apache.camel.Endpoint endpoint,
String pattern)
Does the pattern match the endpoint?
|
protected org.apache.camel.Producer |
onInterceptEndpoint(String uri,
org.apache.camel.Endpoint endpoint,
org.apache.camel.component.mock.MockEndpoint mockEndpoint,
org.apache.camel.Producer mockProducer)
Callback when an endpoint was intercepted with the given mock endpoint
|
org.apache.camel.Endpoint |
registerEndpoint(String uri,
org.apache.camel.Endpoint endpoint) |
String |
toString() |
public CamelAutoInterceptSendToEndpointStrategy()
public org.apache.camel.Endpoint registerEndpoint(String uri, org.apache.camel.Endpoint endpoint)
registerEndpoint in interface org.apache.camel.spi.EndpointStrategyprotected boolean matchPattern(String uri, org.apache.camel.Endpoint endpoint, String pattern)
uri - the uriendpoint - the endpointpattern - the patternprotected org.apache.camel.Producer onInterceptEndpoint(String uri, org.apache.camel.Endpoint endpoint, org.apache.camel.component.mock.MockEndpoint mockEndpoint, org.apache.camel.Producer mockProducer)
uri - the uriendpoint - the endpointmockEndpoint - the mocked endpointmockProducer - the mock producerCopyright © 2011–2014 Red Hat. All rights reserved.