All Downloads are FREE. Search and download functionalities are using the official Maven repository.

network.oxalis.as4.outbound.As4TransmissionRequest Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package network.oxalis.as4.outbound;

import network.oxalis.as4.common.As4MessageProperties;
import network.oxalis.api.outbound.TransmissionRequest;

import java.nio.charset.Charset;

public interface As4TransmissionRequest extends TransmissionRequest {

    String getRefToMessageId();

    String getMessageId();

    String getConversationId();

    As4MessageProperties getMessageProperties();

    String getPayloadHref();

    Charset getPayloadCharset();

    String getCompressionType();

    boolean isPing();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy