@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface RefEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RefEndpointBuilderFactory.AdvancedRefEndpointBuilder
Advanced builder for endpoint for the Ref component.
|
static interface |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Ref component.
|
static interface |
RefEndpointBuilderFactory.AdvancedRefEndpointProducerBuilder
Advanced builder for endpoint producers for the Ref component.
|
static interface |
RefEndpointBuilderFactory.RefBuilders |
static interface |
RefEndpointBuilderFactory.RefEndpointBuilder
Builder for endpoint for the Ref component.
|
static interface |
RefEndpointBuilderFactory.RefEndpointConsumerBuilder
Builder for endpoint consumers for the Ref component.
|
static interface |
RefEndpointBuilderFactory.RefEndpointProducerBuilder
Builder for endpoint producers for the Ref component.
|
| Modifier and Type | Method and Description |
|---|---|
static RefEndpointBuilderFactory.RefEndpointBuilder |
ref(String path)
Ref (camel-ref)
The ref component is used for lookup of existing endpoints bound in the
Registry.
|
static RefEndpointBuilderFactory.RefEndpointBuilder ref(String path)
ref:name
Path parameter: name (required)
Name of endpoint to lookup in the registry.Apache Camel