Skip navigation links
A B C D E F G H I J K L M N P R S T V W 

A

action(String) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Initializes the value for the action attribute.
addAllWhen(Iterable<? extends ComponentDefinition.When>) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Adds elements to when list.
addWhen(ComponentDefinition.When) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Adds one element to when list.
addWhen(ComponentDefinition.When...) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Adds elements to when list.
alternativeSchemes(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value alternativeSchemes to alternativeSchemes.
alternativeSchemes(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value alternativeSchemes to alternativeSchemes.
alternativeSyntax(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value alternativeSyntax to alternativeSyntax.
alternativeSyntax(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value alternativeSyntax to alternativeSyntax.
artifactId(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the artifactId attribute.

B

build() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Builds a new ImmutableComponent.
build() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
build() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Builds a new ImmutableProperty.
build() - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
build() - Method in class io.syndesis.integration.component.proxy.ImmutableWhen.Builder
Builds a new ImmutableWhen.
buildEndpointOptions(String, Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
Builder() - Constructor for class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Creates a builder for ImmutableComponent instances.
Builder() - Constructor for class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Creates a builder for ImmutableComponentDefinition instances.
Builder() - Constructor for class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Creates a builder for ImmutableProperty instances.
Builder() - Constructor for class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Creates a builder for ImmutablePropertyRelation instances.
Builder() - Constructor for class io.syndesis.integration.component.proxy.ImmutableWhen.Builder
Creates a builder for ImmutableWhen instances.

C

component(ComponentDefinition.Component) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Initializes the value for the component attribute.
ComponentCustomizer<T extends org.apache.camel.Component> - Interface in io.syndesis.integration.component.proxy
 
ComponentDefinition - Interface in io.syndesis.integration.component.proxy
Component model.
ComponentDefinition.Component - Interface in io.syndesis.integration.component.proxy
 
ComponentDefinition.Property - Interface in io.syndesis.integration.component.proxy
 
ComponentDefinition.PropertyRelation - Interface in io.syndesis.integration.component.proxy
 
ComponentDefinition.When - Interface in io.syndesis.integration.component.proxy
 
componentProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Sets or replaces all mappings from the specified map as entries for the componentProperties map.
ComponentProxyComponent - Class in io.syndesis.integration.component.proxy
 
ComponentProxyComponent(String, String) - Constructor for class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
ComponentProxyCustomizer - Interface in io.syndesis.integration.component.proxy
 
ComponentProxyEndpoint - Class in io.syndesis.integration.component.proxy
 
ComponentProxyEndpoint(String, ComponentProxyComponent, Endpoint) - Constructor for class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
ComponentProxyFactory - Interface in io.syndesis.integration.component.proxy
 
ComponentProxyProducer - Class in io.syndesis.integration.component.proxy
Connector Producer which is capable of performing before and after custom processing via the Pipelinewhile processing (ie sending the message).
ComponentProxyProducer(Endpoint, Processor) - Constructor for class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
configureDelegateComponent(ComponentDefinition, Component, Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
configureDelegateEndpoint(ComponentDefinition, Endpoint, Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
ConnectorComponentCustomizer - Interface in io.syndesis.integration.component.proxy
 
consumeOption(Map<String, Object>, String, Consumer<Object>) - Method in interface io.syndesis.integration.component.proxy.ComponentCustomizer
 
consumeOption(CamelContext, Map<String, Object>, String, Class<T>, Consumer<T>) - Method in interface io.syndesis.integration.component.proxy.ComponentCustomizer
Removes the option with the given name and invokes the consumer performing property placeholders resolution and type conversion.
consumerOnly(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the consumerOnly attribute.
controlHint(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value controlHint to controlHint.
controlHint(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value controlHint to controlHint.
copyOf(ComponentDefinition.Component) - Static method in class io.syndesis.integration.component.proxy.ImmutableComponent
Creates an immutable copy of a ComponentDefinition.Component value.
copyOf(ComponentDefinition) - Static method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Creates an immutable copy of a ComponentDefinition value.
copyOf(ComponentDefinition.Property) - Static method in class io.syndesis.integration.component.proxy.ImmutableProperty
Creates an immutable copy of a ComponentDefinition.Property value.
copyOf(ComponentDefinition.PropertyRelation) - Static method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Creates an immutable copy of a ComponentDefinition.PropertyRelation value.
copyOf(ComponentDefinition.When) - Static method in class io.syndesis.integration.component.proxy.ImmutableWhen
Creates an immutable copy of a ComponentDefinition.When value.
createConsumer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
createDelegateComponent(ComponentDefinition, Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
createDelegateEndpoint(ComponentDefinition, String, Map<String, String>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
createProducer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
customize(T, Map<String, Object>) - Method in interface io.syndesis.integration.component.proxy.ComponentCustomizer
Customize the specified Component.

D

defaultValue(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value defaultValue to defaultValue.
defaultValue(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value defaultValue to defaultValue.
deprecated(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the deprecated attribute.
deprecated(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value deprecated to deprecated.
deprecated(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value deprecated to deprecated.
description(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the description attribute.
description(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value description to description.
description(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value description to description.
displayName(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value displayName to displayName.
displayName(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value displayName to displayName.
doResume() - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
doShutdown() - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
doStart() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
doStart() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
doStart() - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
doStop() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
doStop() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
doStop() - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
doSuspend() - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 

E

endpointProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Sets or replaces all mappings from the specified map as entries for the endpointProperties map.
enums(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value enums to enums.
enums(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value enums to enums.
enumValues(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value enumValues to enumValues.
enumValues(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value enumValues to enumValues.
equals(Object) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
This instance is equal to all instances of ImmutableComponent that have equal attribute values.
equals(Object) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
This instance is equal to all instances of ImmutableComponentDefinition that have equal attribute values.
equals(Object) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
This instance is equal to all instances of ImmutableProperty that have equal attribute values.
equals(Object) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
This instance is equal to all instances of ImmutablePropertyRelation that have equal attribute values.
equals(Object) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
This instance is equal to all instances of ImmutableWhen that have equal attribute values.

F

firstVersion(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value firstVersion to firstVersion.
firstVersion(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the optional value firstVersion to firstVersion.
forScheme(CamelCatalog, String) - Static method in interface io.syndesis.integration.component.proxy.ComponentDefinition
 
from(ComponentDefinition.Component) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Fill a builder with attribute values from the provided Component instance.
from(ComponentDefinition) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Fill a builder with attribute values from the provided ComponentDefinition instance.
from(ComponentDefinition.Property) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Fill a builder with attribute values from the provided Property instance.
from(ComponentDefinition.PropertyRelation) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Fill a builder with attribute values from the provided PropertyRelation instance.
from(ComponentDefinition.When) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen.Builder
Fill a builder with attribute values from the provided When instance.

G

getAction() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.PropertyRelation
 
getAction() - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
 
getAfterConsumer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getAfterConsumer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
Gets the processor used to perform custom processing when the consumer is about to send back a reply message to the caller (if InOut).
getAfterProducer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getAfterProducer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
Gets the processor used to perform custom processing after the producer has sent the message and received any reply (if InOut).
getAlternativeSchemes() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getAlternativeSchemes() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getAlternativeSyntax() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getAlternativeSyntax() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getArtifactId() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getArtifactId() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getBeforeConsumer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getBeforeConsumer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
Gets the processor used to perform custom processing when the consumer has just received a new incoming message.
getBeforeProducer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getBeforeProducer() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
Gets the processor used to perform custom processing before the producer is sending the message.
getCatalog() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getComponent() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition
 
getComponent() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
getComponent() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
 
getComponentId() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getComponentProperties() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition
 
getComponentProperties() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
 
getComponentScheme() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getConsumerOnly() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getConsumerOnly() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getControlHint() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getControlHint() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getDefaultValue() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getDefaultValue() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getDelegateEndpointUri() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
getDeprecated() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getDeprecated() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getDeprecated() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getDeprecated() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getDescription() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getDescription() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getDescription() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getDescription() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getDisplayName() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getDisplayName() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getEndpoint() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 
getEndpointProperties() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition
 
getEndpointProperties() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
 
getEnums() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getEnums() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getEnumValues() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getEnumValues() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getExtension(Class<T>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getFirstVersion() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getFirstVersion() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getGroup() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getGroup() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getGroupId() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getGroupId() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getId() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.When
 
getId() - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
 
getJavaType() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getJavaType() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getJavaType() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getJavaType() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getKind() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getKind() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getKind() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getKind() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getLabel() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getLabel() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getLabelHint() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getLabelHint() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getMultiValue() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getMultiValue() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getName() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getName() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getOption(String) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getPlaceholder() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getPlaceholder() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getPrefix() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getPrefix() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getProducerOnly() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getProducerOnly() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getRequired() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getRequired() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getScheme() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getScheme() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getSecret() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getSecret() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getSupportedExtensions() - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
getSyntax() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getSyntax() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getTitle() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getTitle() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getType() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Property
 
getType() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
 
getValue() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.When
 
getValue() - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
 
getVersion() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.Component
 
getVersion() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
 
getWhen() - Method in interface io.syndesis.integration.component.proxy.ComponentDefinition.PropertyRelation
 
getWhen() - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
 
group(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value group to group.
group(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value group to group.
groupId(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the groupId attribute.

H

hashCode() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Computes a hash code from attributes: kind, scheme, syntax, title, description, label, deprecated, consumerOnly, producerOnly, javaType, groupId, artifactId, version, alternativeSyntax, alternativeSchemes, firstVersion.
hashCode() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Computes a hash code from attributes: component, componentProperties, endpointProperties.
hashCode() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Computes a hash code from attributes: displayName, kind, group, required, type, javaType, deprecated, secret, description, controlHint, labelHint, placeholder, name, defaultValue, enums, prefix, multiValue, enumValues.
hashCode() - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Computes a hash code from attributes: action, when.
hashCode() - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
Computes a hash code from attributes: id, value.

I

id(String) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen.Builder
Initializes the value for the id attribute.
ImmutableComponent - Class in io.syndesis.integration.component.proxy
Immutable implementation of ComponentDefinition.Component.
ImmutableComponent.Builder - Class in io.syndesis.integration.component.proxy
Builds instances of type ImmutableComponent.
ImmutableComponentDefinition - Class in io.syndesis.integration.component.proxy
Immutable implementation of ComponentDefinition.
ImmutableComponentDefinition.Builder - Class in io.syndesis.integration.component.proxy
Builds instances of type ImmutableComponentDefinition.
ImmutableProperty - Class in io.syndesis.integration.component.proxy
Immutable implementation of ComponentDefinition.Property.
ImmutableProperty.Builder - Class in io.syndesis.integration.component.proxy
Builds instances of type ImmutableProperty.
ImmutablePropertyRelation - Class in io.syndesis.integration.component.proxy
Immutable implementation of ComponentDefinition.PropertyRelation.
ImmutablePropertyRelation.Builder - Class in io.syndesis.integration.component.proxy
Builds instances of type ImmutablePropertyRelation.
ImmutableWhen - Class in io.syndesis.integration.component.proxy
Immutable implementation of ComponentDefinition.When.
ImmutableWhen.Builder - Class in io.syndesis.integration.component.proxy
Builds instances of type ImmutableWhen.
io.syndesis.integration.component.proxy - package io.syndesis.integration.component.proxy
 
isSingleton() - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
 

J

javaType(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the javaType attribute.
javaType(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value javaType to javaType.
javaType(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value javaType to javaType.

K

kind(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the kind attribute.
kind(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value kind to kind.
kind(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value kind to kind.

L

label(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the label attribute.
labelHint(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value labelHint to labelHint.
labelHint(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value labelHint to labelHint.

M

multiValue(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value multiValue to multiValue.
multiValue(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value multiValue to multiValue.

N

name(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value name to name.
name(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value name to name.
newInstance(String, String) - Method in interface io.syndesis.integration.component.proxy.ComponentProxyFactory
 

P

placeholder(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value placeholder to placeholder.
placeholder(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value placeholder to placeholder.
prefix(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value prefix to prefix.
prefix(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value prefix to prefix.
process(Exchange, AsyncCallback) - Method in class io.syndesis.integration.component.proxy.ComponentProxyProducer
 
producerOnly(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the producerOnly attribute.
putAllComponentProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put all mappings from the specified map as entries to componentProperties map.
putAllEndpointProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put all mappings from the specified map as entries to endpointProperties map.
putComponentProperties(String, ComponentDefinition.Property) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put one entry to the componentProperties map.
putComponentProperties(Map.Entry<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put one entry to the componentProperties map.
putEndpointProperties(String, ComponentDefinition.Property) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put one entry to the endpointProperties map.
putEndpointProperties(Map.Entry<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition.Builder
Put one entry to the endpointProperties map.

R

required(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value required to required.
required(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value required to required.

S

scheme(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the scheme attribute.
secret(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value secret to secret.
secret(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value secret to secret.
setAfterConsumer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
setAfterConsumer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
To perform custom processing when the consumer is about to send back a reply message to the caller (if InOut).
setAfterProducer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
setAfterProducer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
To perform custom processing after the producer has sent the message and received any reply (if InOut).
setBeforeConsumer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
setBeforeConsumer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
To perform custom processing when the consumer has just received a new incoming message.
setBeforeProducer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
setBeforeProducer(Processor) - Method in class io.syndesis.integration.component.proxy.ComponentProxyEndpoint
To perform custom processing before the producer is sending the message.
setOptions(Map<String, Object>) - Method in class io.syndesis.integration.component.proxy.ComponentProxyComponent
 
syntax(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the syntax attribute.

T

title(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the title attribute.
toString() - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Prints the immutable value Component with attribute values.
toString() - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Prints the immutable value ComponentDefinition with attribute values.
toString() - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Prints the immutable value Property with attribute values.
toString() - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Prints the immutable value PropertyRelation with attribute values.
toString() - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
Prints the immutable value When with attribute values.
type(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value type to type.
type(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty.Builder
Initializes the optional value type to type.

V

value(String) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen.Builder
Initializes the value for the value attribute.
version(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent.Builder
Initializes the value for the version attribute.

W

when(Iterable<? extends ComponentDefinition.When>) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation.Builder
Sets or replaces all elements for when list.
withAction(String) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Copy the current immutable object by setting a value for the action attribute.
withAlternativeSchemes(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a present value for the optional alternativeSchemes attribute.
withAlternativeSchemes(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting an optional value for the alternativeSchemes attribute.
withAlternativeSyntax(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a present value for the optional alternativeSyntax attribute.
withAlternativeSyntax(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting an optional value for the alternativeSyntax attribute.
withArtifactId(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the artifactId attribute.
withComponent(ComponentDefinition.Component) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Copy the current immutable object by setting a value for the component attribute.
withComponentProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Copy the current immutable object by replacing the componentProperties map with the specified map.
withConsumerOnly(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the consumerOnly attribute.
withControlHint(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional controlHint attribute.
withControlHint(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the controlHint attribute.
withDefaultValue(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional defaultValue attribute.
withDefaultValue(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the defaultValue attribute.
withDeprecated(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the deprecated attribute.
withDeprecated(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional deprecated attribute.
withDeprecated(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the deprecated attribute.
withDescription(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the description attribute.
withDescription(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional description attribute.
withDescription(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the description attribute.
withDisplayName(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional displayName attribute.
withDisplayName(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the displayName attribute.
withEndpointProperties(Map<String, ? extends ComponentDefinition.Property>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponentDefinition
Copy the current immutable object by replacing the endpointProperties map with the specified map.
withEnums(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional enums attribute.
withEnums(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the enums attribute.
withEnumValues(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional enumValues attribute.
withEnumValues(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the enumValues attribute.
withFirstVersion(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a present value for the optional firstVersion attribute.
withFirstVersion(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting an optional value for the firstVersion attribute.
withGroup(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional group attribute.
withGroup(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the group attribute.
withGroupId(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the groupId attribute.
withId(String) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
Copy the current immutable object by setting a value for the id attribute.
withJavaType(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the javaType attribute.
withJavaType(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional javaType attribute.
withJavaType(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the javaType attribute.
withKind(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the kind attribute.
withKind(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional kind attribute.
withKind(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the kind attribute.
withLabel(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the label attribute.
withLabelHint(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional labelHint attribute.
withLabelHint(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the labelHint attribute.
withMultiValue(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional multiValue attribute.
withMultiValue(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the multiValue attribute.
withName(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional name attribute.
withName(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the name attribute.
withPlaceholder(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional placeholder attribute.
withPlaceholder(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the placeholder attribute.
withPrefix(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional prefix attribute.
withPrefix(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the prefix attribute.
withProducerOnly(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the producerOnly attribute.
withRequired(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional required attribute.
withRequired(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the required attribute.
withScheme(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the scheme attribute.
withSecret(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional secret attribute.
withSecret(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the secret attribute.
withSyntax(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the syntax attribute.
withTitle(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the title attribute.
withType(String) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<String>) - Method in class io.syndesis.integration.component.proxy.ImmutableProperty
Copy the current immutable object by setting an optional value for the type attribute.
withValue(String) - Method in class io.syndesis.integration.component.proxy.ImmutableWhen
Copy the current immutable object by setting a value for the value attribute.
withVersion(String) - Method in class io.syndesis.integration.component.proxy.ImmutableComponent
Copy the current immutable object by setting a value for the version attribute.
withWhen(ComponentDefinition.When...) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Copy the current immutable object with elements that replace the content of when.
withWhen(Iterable<? extends ComponentDefinition.When>) - Method in class io.syndesis.integration.component.proxy.ImmutablePropertyRelation
Copy the current immutable object with elements that replace the content of when.
A B C D E F G H I J K L M N P R S T V W 
Skip navigation links

Copyright © 2016–2019 Red Hat. All rights reserved.