Uses of Class
org.apache.camel.NoSuchEndpointException

Packages that use NoSuchEndpointException
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of NoSuchEndpointException in org.apache.camel.builder
 

Methods in org.apache.camel.builder that throw NoSuchEndpointException
 Endpoint BuilderSupport.endpoint(String uri)
          Resolves the given URI to an endpoint
 List<Endpoint> BuilderSupport.endpoints(String... uris)
          Resolves the list of URIs into a list of Endpoint instances
 

Uses of NoSuchEndpointException in org.apache.camel.model
 

Methods in org.apache.camel.model that throw NoSuchEndpointException
 Endpoint RouteType.resolveEndpoint(String uri)
           
 

Uses of NoSuchEndpointException in org.apache.camel.util
 

Methods in org.apache.camel.util that throw NoSuchEndpointException
static Endpoint CamelContextHelper.getMandatoryEndpoint(CamelContext camelContext, String uri)
          Returns the mandatory endpoint for the given URI or the NoSuchEndpointException is thrown
static
<E extends Exchange>
Endpoint<E>
ExchangeHelper.resolveEndpoint(E exchange, Object value)
          Attempts to resolve the endpoint for the given value
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.