Uses of Class
network.oxalis.api.lang.OxalisContentException
-
Packages that use OxalisContentException Package Description network.oxalis.api.header network.oxalis.api.outbound network.oxalis.api.transformer -
-
Uses of OxalisContentException in network.oxalis.api.header
Methods in network.oxalis.api.header that throw OxalisContentException Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.HeaderHeaderParser. parse(InputStream inputStream) -
Uses of OxalisContentException in network.oxalis.api.outbound
Methods in network.oxalis.api.outbound that throw OxalisContentException Modifier and Type Method Description 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. -
Uses of OxalisContentException in network.oxalis.api.transformer
Methods in network.oxalis.api.transformer that throw OxalisContentException Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.HeaderContentDetector. parse(InputStream inputStream)InputStreamContentWrapper. wrap(InputStream inputStream, network.oxalis.vefa.peppol.common.model.Header header)
-