Package | Description |
---|---|
de.osci.osci12.messageparts |
Klassen, die Bestandteile von OSCI-Nachrichten repräsentieren.
|
de.osci.osci12.messagetypes |
Enthält Klassen für die verschiedenen OSCI-Nachrichten,
außerdem einige Parser-Klassen..
|
Modifier and Type | Method and Description |
---|---|
static ChunkInformation |
MessagePartsFactory.creatChunkInformation(ChunkInformation.CheckInstance chunkInstance) |
ChunkInformation |
ChunkInformationBuilder.getChunkInformationObject() |
Modifier and Type | Method and Description |
---|---|
ChunkInformation |
PartialStoreDelivery.getChunkInformation() |
ChunkInformation |
ResponseToPartialFetchDelivery.getChunkInformation() |
ChunkInformation |
ResponseToPartialStoreDelivery.getChunkInformation() |
ChunkInformation |
PartialFetchDelivery.getChunkInformation() |
Modifier and Type | Method and Description |
---|---|
void |
PartialStoreDelivery.setChunkInformation(ChunkInformation chunkInformation) |
void |
ResponseToPartialFetchDelivery.setChunkInformation(ChunkInformation chunkInformation) |
void |
ResponseToPartialStoreDelivery.setChunkInformation(ChunkInformation chunkInformation)
Setzt die aktuelle ChunkInformation
|
void |
PartialFetchDelivery.setChunkInformation(ChunkInformation chunkInformation)
Die ChunkInformation sollte bereits mit dem Konstruktor gesetzt werden
|
Constructor and Description |
---|
PartialFetchDelivery(DialogHandler dh,
ChunkInformation chunkInforamtion)
Legt ein Nachrichtenobjekt für einen paketierte Zustellungsabholauftrag an.
|
PartialStoreDelivery(DialogHandler dh,
Addressee addressee,
ChunkInformation chunkInforamtion,
java.lang.String messageId)
Legt ein Nachrichtenobjekt für einen paketierten Zustellungsauftrag an.
|
Copyright © 2017. All Rights Reserved.