Class GlanceEndpointUriFactory
- java.lang.Object
-
- org.apache.camel.support.component.EndpointUriFactorySupport
-
- org.apache.camel.component.openstack.glance.GlanceEndpointUriFactory
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.apache.camel.spi.EndpointUriFactory
public class GlanceEndpointUriFactory extends org.apache.camel.support.component.EndpointUriFactorySupport implements org.apache.camel.spi.EndpointUriFactory
Generated by camel build tools - do NOT edit this file!
-
-
Constructor Summary
Constructors Constructor Description GlanceEndpointUriFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
buildUri(String scheme, Map<String,Object> properties, boolean encode)
boolean
isEnabled(String scheme)
boolean
isLenientProperties()
Set<String>
multiValuePrefixes()
Set<String>
propertyNames()
Set<String>
secretPropertyNames()
-
Methods inherited from class org.apache.camel.support.component.EndpointUriFactorySupport
buildPathParameter, buildQueryParameters, getCamelContext, setCamelContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled(String scheme)
- Specified by:
isEnabled
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
buildUri
public String buildUri(String scheme, Map<String,Object> properties, boolean encode) throws URISyntaxException
- Specified by:
buildUri
in interfaceorg.apache.camel.spi.EndpointUriFactory
- Throws:
URISyntaxException
-
propertyNames
public Set<String> propertyNames()
- Specified by:
propertyNames
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
secretPropertyNames
public Set<String> secretPropertyNames()
- Specified by:
secretPropertyNames
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
multiValuePrefixes
public Set<String> multiValuePrefixes()
- Specified by:
multiValuePrefixes
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
isLenientProperties
public boolean isLenientProperties()
- Specified by:
isLenientProperties
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
-