| Package | Description |
|---|---|
| eu.toop.connector.api.me.incoming | |
| eu.toop.connector.api.me.model |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> |
IncomingEDMResponse.attachments() |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,MEPayload> |
IncomingEDMResponse.getAllAttachments() |
| Constructor and Description |
|---|
IncomingEDMResponse(eu.toop.edm.EDMResponse aResponse,
List<MEPayload> aAttachments,
IMEIncomingTransportMetadata aMetadata) |
| Modifier and Type | Method and Description |
|---|---|
MEPayload |
MEPayload.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
MEMessage.getAllPayloads() |
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
MEMessage.payloads() |
| Modifier and Type | Method and Description |
|---|---|
MEMessage.Builder |
MEMessage.Builder.addPayload(MEPayload a)
Add payload builder.
|
MEMessage.Builder |
MEMessage.Builder.payload(MEPayload a)
Payload builder.
|
MEMessage.Builder |
MEMessage.Builder.payloads(MEPayload... a)
Payloads builder.
|
| Modifier and Type | Method and Description |
|---|---|
MEMessage.Builder |
MEMessage.Builder.payloads(Iterable<MEPayload> a)
Payloads builder.
|
| Constructor and Description |
|---|
MEMessage(String sSenderID,
String sReceiverID,
String sDocTypeID,
String sProcessID,
com.helger.commons.collection.impl.ICommonsList<MEPayload> aPayloads)
Instantiates a new Me message.
|
Copyright © 2020 toop.eu. All rights reserved.