Package network.oxalis.ng.as4.outbound
Interface As4TransmissionRequest
-
- All Superinterfaces:
TransmissionMessage,TransmissionRequest
public interface As4TransmissionRequest extends TransmissionRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCompressionType()StringgetConversationId()StringgetMessageId()As4MessagePropertiesgetMessageProperties()CharsetgetPayloadCharset()StringgetPayloadHref()StringgetRefToMessageId()booleanisPing()-
Methods inherited from interface network.oxalis.ng.api.outbound.TransmissionMessage
getHeader, getPayload, getTag
-
Methods inherited from interface network.oxalis.ng.api.outbound.TransmissionRequest
getEndpoint
-
-
-
-
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()
-
-