Package org.apache.camel.model
Interface EndpointRequiredDefinition
-
- All Known Implementing Classes:
FromDefinition,InOnlyDefinition,InOutDefinition,SagaActionUriDefinition,SendDefinition,ToDefinition
public interface EndpointRequiredDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndpointUri()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.
-
-