public abstract class EndpointUriFactorySupport extends Object implements org.apache.camel.CamelContextAware, org.apache.camel.spi.EndpointUriFactory
EndpointUriFactory.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.camel.CamelContext |
camelContext |
| Constructor and Description |
|---|
EndpointUriFactorySupport() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildPathParameter(String syntax,
String uri,
String name,
Object defaultValue,
boolean required,
Map<String,Object> parameters) |
protected String |
buildQueryParameters(String uri,
Map<String,Object> parameters,
boolean encode) |
org.apache.camel.CamelContext |
getCamelContext() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwareprotected String buildPathParameter(String syntax, String uri, String name, Object defaultValue, boolean required, Map<String,Object> parameters)
protected String buildQueryParameters(String uri, Map<String,Object> parameters, boolean encode) throws URISyntaxException
URISyntaxExceptionApache Camel