| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static As2ComponentBuilderFactory.As2ComponentBuilder |
ComponentsBuilderFactory.as2()
AS2 (camel-as2)
Transfer data securely and reliably using the AS2 protocol (RFC4130).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
As2ComponentBuilderFactory.As2ComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static As2ComponentBuilderFactory.As2ComponentBuilder |
As2ComponentBuilderFactory.as2()
AS2 (camel-as2)
Transfer data securely and reliably using the AS2 protocol (RFC4130).
|
default As2ComponentBuilderFactory.As2ComponentBuilder |
As2ComponentBuilderFactory.As2ComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default As2ComponentBuilderFactory.As2ComponentBuilder |
As2ComponentBuilderFactory.As2ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default As2ComponentBuilderFactory.As2ComponentBuilder |
As2ComponentBuilderFactory.As2ComponentBuilder.configuration(org.apache.camel.component.as2.AS2Configuration configuration)
To use the shared configuration.
|
default As2ComponentBuilderFactory.As2ComponentBuilder |
As2ComponentBuilderFactory.As2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel