Uses of Class
network.oxalis.api.lang.OxalisTransmissionException
-
Packages that use OxalisTransmissionException Package Description network.oxalis.api.lang network.oxalis.api.lookup network.oxalis.api.outbound -
-
Uses of OxalisTransmissionException in network.oxalis.api.lang
Subclasses of OxalisTransmissionException in network.oxalis.api.lang Modifier and Type Class Description classVerifierException -
Uses of OxalisTransmissionException in network.oxalis.api.lookup
Methods in network.oxalis.api.lookup that throw OxalisTransmissionException Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.EndpointLookupService. lookup(network.oxalis.vefa.peppol.common.model.Header header)Performs lookup using metadata from content to be sent.default network.oxalis.vefa.peppol.common.model.EndpointLookupService. lookup(network.oxalis.vefa.peppol.common.model.Header header, io.opentracing.Span root)Performs lookup using metadata from content to be sent. -
Uses of OxalisTransmissionException in network.oxalis.api.outbound
Methods in network.oxalis.api.outbound that throw OxalisTransmissionException Modifier and Type Method Description TransmissionResponseMessageSender. send(TransmissionRequest transmissionRequest)Protocol specific transmission of transmission requested.default TransmissionResponseMessageSender. send(TransmissionRequest transmissionRequest, io.opentracing.Span root)Protocol specific transmission of transmission requested.default TransmissionResponseTransmissionService. send(InputStream inputStream)Sends content found in the InputStream.default TransmissionResponseTransmissionService. send(InputStream inputStream, io.opentracing.Span root)Sends content found in the InputStream.TransmissionResponseTransmissionService. send(InputStream inputStream, Tag tag)Sends content found in the InputStream.default TransmissionResponseTransmissionService. send(InputStream inputStream, Tag tag, io.opentracing.Span root)Sends content found in the InputStream.TransmissionResponseTransmitter. transmit(TransmissionMessage transmissionMessage)Transmit content of transmission request.default TransmissionResponseTransmitter. transmit(TransmissionMessage transmissionMessage, io.opentracing.Span root)Transmit content of transmission request.
-