| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler |
Provides classes which interact with application layer layer.
|
| cdac.medinfo.sdk.hl7282.hl7net.upperlayer |
Provides classes which interact with application layer and base network layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionHandler
TransactionHandler validates the message on client side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSession.setClientSideTransactionHandler(ITransactionHandler objClientSideTransactionHandler)
This will set the ITransactionHandler on User session.
|
void |
Controller.setServerSideTransactionHandler(ITransactionHandler objServerSideTransactionHandler)
This will set the ITransactionHandler on Client session.
|
void |
ClientSession.setServerSideTransactionHandler(ITransactionHandler objServerSideTransactionHandler)
This will set the ITransactionHandler on Client session.
|