public class SpringIntegrationEndpointUriFactory
extends org.apache.camel.support.component.EndpointUriFactorySupport
implements org.apache.camel.spi.EndpointUriFactory
| Constructor and Description |
|---|
SpringIntegrationEndpointUriFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildUri(String scheme,
Map<String,Object> properties,
boolean encode) |
boolean |
isEnabled(String scheme) |
boolean |
isLenientProperties() |
Set<String> |
propertyNames() |
Set<String> |
secretPropertyNames() |
buildPathParameter, buildQueryParameters, getCamelContext, setCamelContextpublic boolean isEnabled(String scheme)
isEnabled in interface org.apache.camel.spi.EndpointUriFactorypublic String buildUri(String scheme, Map<String,Object> properties, boolean encode) throws URISyntaxException
buildUri in interface org.apache.camel.spi.EndpointUriFactoryURISyntaxExceptionpublic Set<String> propertyNames()
propertyNames in interface org.apache.camel.spi.EndpointUriFactorypublic Set<String> secretPropertyNames()
secretPropertyNames in interface org.apache.camel.spi.EndpointUriFactorypublic boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.spi.EndpointUriFactoryApache Camel