public class As2OutgoingMessage extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
activityLog
JSON Structure of the activity log.
|
String |
as2From
AS2 FROM
|
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
|
String |
attachmentFilename
Filename of the file being sent.
|
String |
bodySize
Encrypted Payload Body Size
|
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
|
Map<String,String> |
httpHeaders
HTTP Headers sent with this message.
|
String |
httpResponseCode
HTTP Response Code received for this message
|
Map<String,String> |
httpResponseHeaders
HTTP Headers received for this message.
|
Double |
httpTransmissionDuration
HTTP transmission duration in seceonds
|
Long |
id
Id of the AS2 Partner.
|
Boolean |
mdnMessageIdMatched
MDN message id matched?
|
Boolean |
mdnMicMatched
MDN MIC matched?
|
Boolean |
mdnProcessingSuccess
MDN disposition indicate a successful processing?
|
Boolean |
mdnReceived
Did the partner give a response body?
|
String |
mdnResponseUri
URL to download the http response body
|
Boolean |
mdnSignatureVerified
MDN signature verified?
|
Boolean |
mdnValid
Is the response in MDN format?
|
String |
messageId
AS2 Message Id
|
String |
mic
AS2 Message Integrity Check SHA1
|
String |
micSha256
AS2 Message Integrity Check SHA256
|
String |
processingResult
Result of processing.
|
String |
processingResultDescription
Result of processing description.
|
String |
rawUri
URL to download the original file contents
|
String |
smimeSignedUri
URL to download the file contents as smime with signature
|
String |
smimeUri
URL to download the file contents encoded as smime
|
String |
uuid
UUID assigned to this message.
|
| Constructor and Description |
|---|
As2OutgoingMessage() |
As2OutgoingMessage(HashMap<String,Object> parameters) |
As2OutgoingMessage(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<As2OutgoingMessage> |
all() |
static ListIterator<As2OutgoingMessage> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<As2OutgoingMessage> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<As2OutgoingMessage> |
list(HashMap<String,Object> parameters) |
static ListIterator<As2OutgoingMessage> |
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 activityLog
public String processingResult
public String processingResultDescription
public String mic
public String micSha256
public String as2To
public String as2From
public String date
public String messageId
public String bodySize
public String attachmentFilename
public Date createdAt
public String httpResponseCode
public Map<String,String> httpResponseHeaders
public Double httpTransmissionDuration
public Boolean mdnReceived
public Boolean mdnValid
public Boolean mdnSignatureVerified
public Boolean mdnMessageIdMatched
public Boolean mdnMicMatched
public Boolean mdnProcessingSuccess
public String rawUri
public String smimeUri
public String smimeSignedUri
public String encryptedUri
public String mdnResponseUri
public static ListIterator<As2OutgoingMessage> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2OutgoingMessage> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2OutgoingMessage> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2OutgoingMessage> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2OutgoingMessage> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.