org.apache.camel.util.component
Interface ApiName


public interface ApiName

Marker interface for ApiName enumerations.


Method Summary
 String getName()
          Returns API name prefix path element for endpoint uri.
 

Method Detail

getName

String getName()
Returns API name prefix path element for endpoint uri.

Returns:
unique API name prefix


Apache Camel