Uses of Interface
org.apache.camel.spi.EndpointServiceRegistry
Packages that use EndpointServiceRegistry
-
Uses of EndpointServiceRegistry in org.apache.camel
Methods in org.apache.camel that return EndpointServiceRegistryModifier and TypeMethodDescriptionExtendedCamelContext.getEndpointServiceRegistry()
Gets theEndpointServiceRegistry
to use.Methods in org.apache.camel with parameters of type EndpointServiceRegistryModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setEndpointServiceRegistry
(EndpointServiceRegistry endpointServiceRegistry) Sets a customEndpointServiceRegistry
to be used.