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 |
org.adroitlogic.x.feature.as2.message |
This package contains the service classes which includes the processing logic related of AS2 messaging
|
Modifier and Type | Method and Description |
---|---|
AS2Partner |
AS2GatewayRepository.getPartner(String partnerId) |
AS2Partner |
AS2StationRepository.getPartner(String partnerId) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,AS2Partner> |
AS2GatewayRepository.getPartners() |
HashMap<String,AS2Partner> |
AS2StationRepository.getPartners() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AS2GatewayRepository.setPartners(HashMap<String,AS2Partner> partners) |
void |
AS2StationRepository.setPartners(HashMap<String,AS2Partner> partners) |
Modifier and Type | Method and Description |
---|---|
AS2Partner |
AS2StaticGatewayRepository.getPartner(String partnerId) |
AS2Partner |
AS2StaticStationRepository.getPartner(String partnerId) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,AS2Partner> |
AS2StaticGatewayRepository.getPartners() |
HashMap<String,AS2Partner> |
AS2StaticStationRepository.getPartners() |
Modifier and Type | Method and Description |
---|---|
void |
AS2StaticGatewayRepository.setPartners(HashMap<String,AS2Partner> partners) |
void |
AS2StaticStationRepository.setPartners(HashMap<String,AS2Partner> partners) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreationResult |
SMIMEMessageCreator.createSMIMEMessage(KeystoreManager ksManager,
List<AttachmentDetails> attachments,
AS2Partner as2Partner,
OutputStream os) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.