Package | Description |
---|---|
org.adroitlogic.x.feature.as2.api |
This package contains the API classes and model classes related to
AS2Feature |
org.adroitlogic.x.feature.as2.bean |
This package contains the model classes related to integrate with the data model
AS2Feature |
org.adroitlogic.x.feature.as2.impl |
This package contains the implementation class of AS2Feature API
AS2Feature |
Modifier and Type | Method and Description |
---|---|
AS2Station |
AS2GatewayRepository.getStation(String stationId) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,AS2Station> |
AS2GatewayRepository.getStations() |
Modifier and Type | Method and Description |
---|---|
void |
AS2Feature.prepareAS2MessageForSend(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
AS2Partner partner)
Create an AS2 message using the current Message and its attachments, and sets the destination URL of the partner.
|
void |
AS2Feature.processIncomingAS2Message(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
String partnerId)
Routine to process a new AS2 message received over HTTP/S.
|
AsyncMDNInfo |
AS2Feature.processIncomingAsyncMDN(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
String partnerId)
Routine to process a new asynchronous MDN received for a message sent out by us, requesting an asynchronous MDN.
|
Modifier and Type | Method and Description |
---|---|
void |
AS2GatewayRepository.setStations(HashMap<String,AS2Station> stations) |
Modifier and Type | Method and Description |
---|---|
AS2Station |
AS2StaticGatewayRepository.getStation(String stationId) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,AS2Station> |
AS2StaticGatewayRepository.getStations() |
Modifier and Type | Method and Description |
---|---|
void |
AS2StaticGatewayRepository.setStations(HashMap<String,AS2Station> stations) |
Modifier and Type | Method and Description |
---|---|
void |
AS2FeatureImpl.prepareAS2MessageForSend(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
AS2Partner partner)
Create an AS2 message using the current Message and its attachments, and sets the destination URL of the partner.
|
void |
AS2FeatureImpl.processIncomingAS2Message(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
String partnerId)
Routine to process a new AS2 message received over HTTP/S.
|
AsyncMDNInfo |
AS2FeatureImpl.processIncomingAsyncMDN(org.adroitlogic.x.api.XMessageContext messageContext,
AS2Station station,
String partnerId)
Routine to process a new asynchronous MDN received for a message sent out by us, requesting an asynchronous MDN.
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.