|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.dimse.codec.DimseMessageDecoder
public class DimseMessageDecoder
Decode PDataTFPDU(s) into DimseMessage
| Constructor Summary | |
|---|---|
DimseMessageDecoder(Association aAssociation)
Creates new Decoder |
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
decode(PDataTFPDU aPdata)
Decode the PDataPDU |
Association |
getAssociation()
|
AbstractDimseMessage |
getDecodedMessage()
|
DimseMessageFactory |
getMessageFactory()
|
byte |
getPresentationContextID()
|
boolean |
isDone()
Return true if all PDataPDU of a Dimse Message has been read |
void |
setMessageFactory(DimseMessageFactory aMessageFactory)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DimseMessageDecoder(Association aAssociation)
aAssociation - | Method Detail |
|---|
public void clear()
public void decode(PDataTFPDU aPdata)
throws Exception
aPdata - the PDU to decode
Exceptionpublic Association getAssociation()
public AbstractDimseMessage getDecodedMessage()
throws Exception
Exceptionpublic DimseMessageFactory getMessageFactory()
public byte getPresentationContextID()
public boolean isDone()
public void setMessageFactory(DimseMessageFactory aMessageFactory)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||