Uses of Class
org.apache.camel.EndpointConfiguration.UriFormat

Packages that use EndpointConfiguration.UriFormat
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of EndpointConfiguration.UriFormat in org.apache.camel
 

Methods in org.apache.camel that return EndpointConfiguration.UriFormat
static EndpointConfiguration.UriFormat EndpointConfiguration.UriFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointConfiguration.UriFormat[] EndpointConfiguration.UriFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel with parameters of type EndpointConfiguration.UriFormat
 String EndpointConfiguration.toUriString(EndpointConfiguration.UriFormat format)
          Returns the formatted configuration string of an Endpoint.
 

Uses of EndpointConfiguration.UriFormat in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type EndpointConfiguration.UriFormat
 String UriEndpointConfiguration.toUriString(EndpointConfiguration.UriFormat format)
           
 String MappedEndpointConfiguration.toUriString(EndpointConfiguration.UriFormat format)
           
 



Apache Camel