Package network.oxalis.ng.api.outbound
Interface TransmissionResponse
-
- All Superinterfaces:
TransmissionResult
public interface TransmissionResponse extends TransmissionResult
- Since:
- 4.0.0
- Author:
- steinar, thore, erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.EndpointgetEndpoint()default network.oxalis.vefa.peppol.common.model.TransportProfilegetProtocol()The protocol used for the transmissiondefault TaggetTag()Returns a tag set by client.-
Methods inherited from interface network.oxalis.ng.api.transmission.TransmissionResult
getDigest, getHeader, getReceipts, getTimestamp, getTransmissionIdentifier, getTransportProtocol, primaryReceipt
-
-
-
-
Method Detail
-
getTag
default Tag getTag()
Returns a tag set by client.- Returns:
- Tag
- Since:
- 4.0.2
-
getEndpoint
network.oxalis.vefa.peppol.common.model.Endpoint getEndpoint()
-
getProtocol
default network.oxalis.vefa.peppol.common.model.TransportProfile getProtocol()
The protocol used for the transmission- Specified by:
getProtocolin interfaceTransmissionResult
-
-