| Package | Description |
|---|---|
| network.oxalis.api.lang | |
| network.oxalis.api.lookup | |
| network.oxalis.api.outbound |
| Modifier and Type | Class and Description |
|---|---|
class |
VerifierException |
| Modifier and Type | Method and Description |
|---|---|
network.oxalis.vefa.peppol.common.model.Endpoint |
LookupService.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.Endpoint |
LookupService.lookup(network.oxalis.vefa.peppol.common.model.Header header,
io.opentracing.Span root)
Performs lookup using metadata from content to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream)
Sends content found in the InputStream.
|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream,
io.opentracing.Span root)
Sends content found in the InputStream.
|
TransmissionResponse |
TransmissionService.send(InputStream inputStream,
Tag tag)
Sends content found in the InputStream.
|
default TransmissionResponse |
TransmissionService.send(InputStream inputStream,
Tag tag,
io.opentracing.Span root)
Sends content found in the InputStream.
|
TransmissionResponse |
MessageSender.send(TransmissionRequest transmissionRequest)
Protocol specific transmission of transmission requested.
|
default TransmissionResponse |
MessageSender.send(TransmissionRequest transmissionRequest,
io.opentracing.Span root)
Protocol specific transmission of transmission requested.
|
TransmissionResponse |
Transmitter.transmit(TransmissionMessage transmissionMessage)
Transmit content of transmission request.
|
default TransmissionResponse |
Transmitter.transmit(TransmissionMessage transmissionMessage,
io.opentracing.Span root)
Transmit content of transmission request.
|
Copyright © 2021 NorStella. All rights reserved.