Class DefaultEndpointRegistry

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

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

      • DefaultEndpointRegistry

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

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

      • isStatic

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

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