-
public interface DeliverableDenotes objects that are expected to be delivered over a network.
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraytoByteArray()Return the byte representation of this Deliverable.StringgetIntegrityToken()-
-
Method Detail
-
toByteArray
abstract ByteArray toByteArray()
Return the byte representation of this
Deliverable.
-
getIntegrityToken
String getIntegrityToken()
-
-
-
-