public class As2IncomingMessage extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
activityLog
JSON Structure of the activity log.
|
String |
as2From
AS2 FROM header of message
|
Long |
as2PartnerId
Id of the AS2 Partner associated with this message.
|
Long |
as2StationId
Id of the AS2 Station associated with this message.
|
String |
as2To
AS2 TO header of message
|
String |
attachmentFilename
Filename of the file being received.
|
String |
bodySize
Encrypted Payload Body Size
|
String |
contentType
Content Type header of the incoming message.
|
Date |
createdAt
Message creation date/time
|
String |
date
Date Header
|
String |
encryptedUri
URL to download the encrypted signed smime that is to sent as AS2 body
|
String |
hexRecipientSerial
Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial in hex format.
|
Map<String,String> |
httpHeaders
HTTP Headers sent with this message.
|
String |
httpResponseCode
HTTP Response Code sent for this message
|
Map<String,String> |
httpResponseHeaders
HTTP Headers sent for this message.
|
Long |
id
Id of the AS2 Partner.
|
String |
ip
IP Address of the Sender
|
String |
mdnResponseUri
URL to download the http response body
|
Boolean |
messageDecrypted
Message decrypted successfully?
|
String |
messageId
AS2 Message Id
|
Boolean |
messageMdnReturned
MDN returned?
|
Boolean |
messageProcessingSuccess
Message processed successfully?
|
Boolean |
messageReceived
Message body received?
|
Boolean |
messageSignatureVerified
Message signature verified?
|
String |
mic
AS2 Message Integrity Check
|
String |
micAlgo
AS2 Message Integrity Check Algorithm Used
|
String |
processingResult
Result of processing.
|
String |
processingResultDescription
Result of processing description.
|
String |
rawUri
URL to download the original file contents
|
String |
recipientIssuer
Incoming Message Recipient(the Client Cert used to encrypt this message)'s issuer
|
String |
recipientSerial
Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial
|
String |
smimeSignedUri
URL to download the file contents as smime with signature
|
String |
smimeUri
URL to download the file contents encoded as smime
|
String |
subject
AS2 Subject Header
|
String |
uuid
UUID assigned to this message.
|
| Constructor and Description |
|---|
As2IncomingMessage() |
As2IncomingMessage(HashMap<String,Object> parameters) |
As2IncomingMessage(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<As2IncomingMessage> |
all() |
static ListIterator<As2IncomingMessage> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<As2IncomingMessage> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<As2IncomingMessage> |
list(HashMap<String,Object> parameters) |
static ListIterator<As2IncomingMessage> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Long as2PartnerId
public Long as2StationId
public String uuid
public String contentType
public String activityLog
public String processingResult
public String processingResultDescription
public String mic
public String micAlgo
public String as2To
public String as2From
public String messageId
public String subject
public String date
public String bodySize
public String attachmentFilename
public String ip
public Date createdAt
public String httpResponseCode
public Map<String,String> httpResponseHeaders
public String recipientSerial
public String hexRecipientSerial
public String recipientIssuer
public Boolean messageReceived
public Boolean messageDecrypted
public Boolean messageSignatureVerified
public Boolean messageProcessingSuccess
public Boolean messageMdnReturned
public String encryptedUri
public String smimeSignedUri
public String smimeUri
public String rawUri
public String mdnResponseUri
public static ListIterator<As2IncomingMessage> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2IncomingMessage> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2IncomingMessage> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2IncomingMessage> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2IncomingMessage> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.