Uses of Class
org.apache.camel.component.as2.AS2Configuration
-
Packages that use AS2Configuration Package Description org.apache.camel.component.as2 org.apache.camel.component.as2.internal -
-
Uses of AS2Configuration in org.apache.camel.component.as2
Subclasses of AS2Configuration in org.apache.camel.component.as2 Modifier and Type Class Description classAS2ClientManagerEndpointConfigurationCamel endpoint configuration forAS2ClientManager.classAS2ServerManagerEndpointConfigurationCamel endpoint configuration forAS2ServerManager.Methods in org.apache.camel.component.as2 that return types with arguments of type AS2Configuration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<AS2Configuration>AS2Endpoint. getPropertiesHelper()Methods in org.apache.camel.component.as2 with parameters of type AS2Configuration Modifier and Type Method Description protected org.apache.camel.EndpointAS2Component. createEndpoint(String uri, String methodName, AS2ApiName apiName, AS2Configuration endpointConfiguration)Constructors in org.apache.camel.component.as2 with parameters of type AS2Configuration Constructor Description AS2Endpoint(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 AS2Configuration Modifier and Type Method Description AS2ConfigurationAS2ApiCollection. getEndpointConfiguration(AS2ApiName apiName)Methods in org.apache.camel.component.as2.internal with parameters of type AS2Configuration Modifier and Type Method Description static 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.
-