Package network.oxalis.as4.outbound
Interface As4TransmissionRequest
-
- All Superinterfaces:
network.oxalis.api.outbound.TransmissionMessage,network.oxalis.api.outbound.TransmissionRequest
public interface As4TransmissionRequest extends network.oxalis.api.outbound.TransmissionRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCompressionType()StringgetConversationId()StringgetMessageId()As4MessagePropertiesgetMessageProperties()CharsetgetPayloadCharset()StringgetPayloadHref()StringgetRefToMessageId()booleanisPing()
-
-
-
Method Detail
-
getRefToMessageId
String getRefToMessageId()
-
getMessageId
String getMessageId()
-
getConversationId
String getConversationId()
-
getMessageProperties
As4MessageProperties getMessageProperties()
-
getPayloadHref
String getPayloadHref()
-
getPayloadCharset
Charset getPayloadCharset()
-
getCompressionType
String getCompressionType()
-
isPing
boolean isPing()
-
-