Uses of Class
org.apache.camel.component.as2.AS2Configuration
Packages that use AS2Configuration
-
Uses of AS2Configuration in org.apache.camel.component.as2
Subclasses of AS2Configuration in org.apache.camel.component.as2Modifier and TypeClassDescriptionfinal classCamel endpoint configuration forAS2ClientManager.final classCamel endpoint configuration forAS2ServerManager.Methods in org.apache.camel.component.as2 that return types with arguments of type AS2ConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.support.component.ApiMethodPropertiesHelper<AS2Configuration> AS2Endpoint.getPropertiesHelper()Methods in org.apache.camel.component.as2 with parameters of type AS2ConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.EndpointAS2Component.createEndpoint(String uri, String methodName, AS2ApiName apiName, AS2Configuration endpointConfiguration) Constructors in org.apache.camel.component.as2 with parameters of type AS2ConfigurationModifierConstructorDescriptionAS2Endpoint(String uri, AS2Component component, AS2ApiName apiName, String methodName, AS2Configuration endpointConfiguration) -
Uses of AS2Configuration in org.apache.camel.component.as2.internal
Methods in org.apache.camel.component.as2.internal that return AS2ConfigurationMethods in org.apache.camel.component.as2.internal with parameters of type AS2ConfigurationModifier and TypeMethodDescriptionstatic org.apache.camel.component.as2.api.AS2ClientConnectionAS2ConnectionHelper.createAS2ClientConnection(AS2Configuration configuration) Create an AS2 client connection.static org.apache.camel.component.as2.api.AS2ServerConnectionAS2ConnectionHelper.createAS2ServerConnection(AS2Configuration configuration) Create an AS2 server connection.