| Interface | Description |
|---|---|
| AS2Manager |
Manages the AS2 configuration, and acts as the interface between the AS2 support and the UltraESB
|
| PersistenceService |
Interface for AS2 persistence implementation.
|
| Class | Description |
|---|---|
| AS2Constants |
Constants and ErrorCodes used by AS2 code
|
| AS2Constants.ErrorCodes | |
| AsyncMDNInfo |
Holds information about a received async MDN
|
| AttachmentDetails |
Holds an AS2 attachment / payload which maybe either in a String, or on a file
|
| EncryptionInfo |
Defines the encryption behavior whether to encrypt or not and if encrypt then the encryption algorithm to be used by
AS2 SMIME message sending and processing
|
| EncryptionInfo.Algorithm |
Defines the constants for the supported encryption algorithms to be used by AS2 SMIME message sending
and processing
|
| FailureInfo |
A bean to hold warnings and error messages encountered during AS2 message processing
|
| Partner |
A simple Java bean of information about an AS2 Partner with whom messages could be exchanged
|
| ReceiveInfo |
Holds information about a AS2 message received
|
| SendInfo |
Holds processing result information for an AS2 message send operation
|
| SignatureInfo |
Defines the signature behavior whether to sign or not and if sign then the digest and encryption algorithms to be
used by AS2 SMIME message sending and processing
|
| SignatureInfo.DigestAlgorithm |
Signature digest algorithms
|
| SignatureInfo.EncryptionAlgorithm |
Signature encryption algorithms
|
| SyncResponseInfo |
Holds information about an AS2 Synchronous response received.
|
| Exception | Description |
|---|---|
| ProcessingException |