Uses of Interface
org.apache.camel.builder.component.dsl.As2ComponentBuilderFactory.As2ComponentBuilder
Packages that use As2ComponentBuilderFactory.As2ComponentBuilder
-
Uses of As2ComponentBuilderFactory.As2ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return As2ComponentBuilderFactory.As2ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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.As2ComponentBuilderMethods in org.apache.camel.builder.component.dsl that return As2ComponentBuilderFactory.As2ComponentBuilderModifier and TypeMethodDescriptionAs2ComponentBuilderFactory.as2()AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130).As2ComponentBuilderFactory.As2ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.As2ComponentBuilderFactory.As2ComponentBuilder.configuration(org.apache.camel.component.as2.AS2Configuration configuration) Component configuration.As2ComponentBuilderFactory.As2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).