public abstract class SCP extends java.lang.Object implements IProcessHandler
| Modifier and Type | Field and Description |
|---|---|
ClientSession |
objClientSession
The object of client session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onException(ClientSession objClientSession,
DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
abstract DIMSEResponse |
processRequest(DicomMessage objDicomMessage)
This method process the Request.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAssociateReceive, onClose, onConnect, onServiceRequestpublic ClientSession objClientSession
public abstract DIMSEResponse processRequest(DicomMessage objDicomMessage)
objDicomMessage - instance of Dicom Messagejava.lang.Exception - Signals that an exception has occurred.public void onException(ClientSession objClientSession, DicomException ex, EnumErrorCode ErrorCode)
IProcessHandleronException in interface IProcessHandlerobjClientSession - ex - ErrorCode - - the reason of the DicomException