Package network.oxalis.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 Deprecated Methods Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.EndpointgetEndpoint()default byte[]getNativeEvidenceBytes()Deprecated.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.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
-
getNativeEvidenceBytes
@Deprecated default byte[] getNativeEvidenceBytes()
Deprecated.Provides access to the native transmission evidence like for instance the MDN for AS2
-
-