Class DefaultEndpointRegistry

  • All Implemented Interfaces:
    AutoCloseable, Map<org.apache.camel.support.NormalizedUri,​org.apache.camel.Endpoint>, org.apache.camel.Service, org.apache.camel.spi.EndpointRegistry<org.apache.camel.support.NormalizedUri>, org.apache.camel.StaticService

    public class DefaultEndpointRegistry
    extends AbstractDynamicRegistry<org.apache.camel.support.NormalizedUri,​org.apache.camel.Endpoint>
    implements org.apache.camel.spi.EndpointRegistry<org.apache.camel.support.NormalizedUri>
    Default implementation of EndpointRegistry
    • Constructor Detail

      • DefaultEndpointRegistry

        public DefaultEndpointRegistry​(org.apache.camel.CamelContext context)
      • DefaultEndpointRegistry

        public DefaultEndpointRegistry​(org.apache.camel.CamelContext context,
                                       Map<org.apache.camel.support.NormalizedUri,​org.apache.camel.Endpoint> endpoints)
    • Method Detail

      • isStatic

        public boolean isStatic​(String key)
        Specified by:
        isStatic in interface org.apache.camel.spi.EndpointRegistry<org.apache.camel.support.NormalizedUri>
      • isDynamic

        public boolean isDynamic​(String key)
        Specified by:
        isDynamic in interface org.apache.camel.spi.EndpointRegistry<org.apache.camel.support.NormalizedUri>