Uses of Interface
org.apache.camel.model.EndpointRequiredDefinition

Packages that use EndpointRequiredDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of EndpointRequiredDefinition in org.apache.camel.model
 

Classes in org.apache.camel.model that implement EndpointRequiredDefinition
 class EnrichDefinition
          Represents an XML <enrich/> element
 class FromDefinition
          Represents an XML <from/> element
 class InOnlyDefinition
          Represents an XML <inOnly/> element
 class InOutDefinition
          Represents an XML <inOut/> element
 class PollEnrichDefinition
          Represents an XML <pollEnrich/> element
 class SendDefinition<Type extends ProcessorDefinition<Type>>
          Base class for sending to an endpoint with an optional ExchangePattern
 class ToDefinition
          Represents an XML <to/> element
 class WireTapDefinition<Type extends ProcessorDefinition<Type>>
          Represents an XML <wireTap/> element
 



Apache Camel