org.apache.camel.model
Interface EndpointRequiredDefinition

All Known Implementing Classes:
EnrichDefinition, FromDefinition, InOnlyDefinition, InOutDefinition, PollEnrichDefinition, SendDefinition, ToDefinition, WireTapDefinition

public interface EndpointRequiredDefinition

A ProcessorDefinition that requires to be configured with an Endpoint such as SendDefinition.


Method Summary
 String getEndpointUri()
          Gets the uri of the endpoint used by this definition.
 

Method Detail

getEndpointUri

String getEndpointUri()
Gets the uri of the endpoint used by this definition.



Apache Camel