Class GoogleCloudFunctionsEndpointUriFactory
- java.lang.Object
-
- org.apache.camel.support.component.EndpointUriFactorySupport
-
- org.apache.camel.component.google.functions.GoogleCloudFunctionsEndpointUriFactory
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.EndpointUriFactory
public class GoogleCloudFunctionsEndpointUriFactory extends org.apache.camel.support.component.EndpointUriFactorySupport implements org.apache.camel.spi.EndpointUriFactoryGenerated by camel build tools - do NOT edit this file!
-
-
Constructor Summary
Constructors Constructor Description GoogleCloudFunctionsEndpointUriFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildUri(String scheme, Map<String,Object> properties, boolean encode)booleanisEnabled(String scheme)booleanisLenientProperties()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:
isEnabledin interfaceorg.apache.camel.spi.EndpointUriFactory
-
buildUri
public String buildUri(String scheme, Map<String,Object> properties, boolean encode) throws URISyntaxException
- Specified by:
buildUriin interfaceorg.apache.camel.spi.EndpointUriFactory- Throws:
URISyntaxException
-
propertyNames
public Set<String> propertyNames()
- Specified by:
propertyNamesin interfaceorg.apache.camel.spi.EndpointUriFactory
-
secretPropertyNames
public Set<String> secretPropertyNames()
- Specified by:
secretPropertyNamesin interfaceorg.apache.camel.spi.EndpointUriFactory
-
multiValuePrefixes
public Set<String> multiValuePrefixes()
- Specified by:
multiValuePrefixesin interfaceorg.apache.camel.spi.EndpointUriFactory
-
isLenientProperties
public boolean isLenientProperties()
- Specified by:
isLenientPropertiesin interfaceorg.apache.camel.spi.EndpointUriFactory
-
-