Uses of Interface
org.apache.camel.builder.component.dsl.As2ComponentBuilderFactory.As2ComponentBuilder
-
Packages that use As2ComponentBuilderFactory.As2ComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of As2ComponentBuilderFactory.As2ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return As2ComponentBuilderFactory.As2ComponentBuilder Modifier and Type Method Description static As2ComponentBuilderFactory.As2ComponentBuilder
ComponentsBuilderFactory. as2()
AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130). -
Uses of As2ComponentBuilderFactory.As2ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement As2ComponentBuilderFactory.As2ComponentBuilder Modifier and Type Class Description static class
As2ComponentBuilderFactory.As2ComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return As2ComponentBuilderFactory.As2ComponentBuilder Modifier and Type Method Description static As2ComponentBuilderFactory.As2ComponentBuilder
As2ComponentBuilderFactory. as2()
AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130).default As2ComponentBuilderFactory.As2ComponentBuilder
As2ComponentBuilderFactory.As2ComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.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)
Component configuration.default As2ComponentBuilderFactory.As2ComponentBuilder
As2ComponentBuilderFactory.As2ComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-