Package | Description |
---|---|
org.apache.camel.component.as2 | |
org.apache.camel.component.as2.internal |
Modifier and Type | Class and Description |
---|---|
class |
AS2ClientManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.as2.api.AS2ClientManager
|
class |
AS2ServerManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.as2.api.AS2ServerManager
|
Modifier and Type | Method and Description |
---|---|
AS2Configuration |
AS2Endpoint.getAs2Configuration() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.util.component.ApiMethodPropertiesHelper<AS2Configuration> |
AS2Endpoint.getPropertiesHelper() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
AS2Component.createEndpoint(String uri,
String methodName,
AS2ApiName apiName,
AS2Configuration endpointConfiguration) |
void |
AS2Component.setConfiguration(AS2Configuration configuration)
To use the shared configuration
|
Constructor and Description |
---|
AS2Endpoint(String uri,
AS2Component component,
AS2ApiName apiName,
String methodName,
AS2Configuration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
AS2Configuration |
AS2ApiCollection.getEndpointConfiguration(AS2ApiName apiName) |
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.component.as2.api.AS2ClientConnection |
AS2ConnectionHelper.createAS2ClientConnection(AS2Configuration configuration)
Create an AS2 client connection.
|
static org.apache.camel.component.as2.api.AS2ServerConnection |
AS2ConnectionHelper.createAS2ServerConnection(AS2Configuration configuration)
Create an AS2 server connection.
|
Apache Camel