Interface As2ComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface As2ComponentBuilderFactory
Transfer data securely and reliably using the AS2 protocol (RFC4130). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
As2ComponentBuilderFactory.As2ComponentBuilder
Builder for the AS2 component.static class
As2ComponentBuilderFactory.As2ComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static As2ComponentBuilderFactory.As2ComponentBuilder
as2()
AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130).
-
-
-
Method Detail
-
as2
static As2ComponentBuilderFactory.As2ComponentBuilder as2()
AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130). Category: file Since: 2.22 Maven coordinates: org.apache.camel:camel-as2- Returns:
- the dsl builder
-
-