Class TransportedData
- java.lang.Object
-
- de.gematik.ti.vauchannel.protocol.TransportedData
-
public class TransportedData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]bodyjava.lang.StringcontentType
-
Constructor Summary
Constructors Constructor Description TransportedData()TransportedData(byte[] body, java.lang.String contentType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransportedDatafromRaw(byte[] raw)byte[]getRaw()voidlog()
-
-
-
Method Detail
-
fromRaw
public static TransportedData fromRaw(byte[] raw)
-
getRaw
public byte[] getRaw()
-
log
public void log()
-
-