| Package | Description |
|---|---|
| org.dmd.dmp.server.extended | |
| org.dmd.dmp.server.generated.dmw |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionCancelResponse |
class |
ActionResponse |
class |
CreateResponse |
class |
DeleteResponse |
class |
DenotifyResponse |
class |
GetResponse
The GetResponse is sent in response to a GetRequest; funny isn't it ;-) This
extended version of the GetResponse adds a bit of additional behaviour when it is
created by calling GetRequest.getResponse() - not only are the required values
filled in using the fillStandard() method, but any DmcSliceInfo associated with
the request is set on the response as well.
|
class |
LoginResponse |
class |
LogoutResponse |
class |
NotifyResponse |
class |
PreAuthResponse |
class |
Response |
class |
SetResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionCancelResponseDMW
The ActionCancelResponse returns the results of cancelling a running
action.
|
class |
ActionResponseDMW
The ActionResponse returns the results of a particular ActionRequest.
|
class |
CreateResponseDMW
The CreateResponse returns the results of a particular CreateRequest.
|
class |
DeleteResponseDMW
The DeleteResponse returns the results of a particular DeleteRequest.
|
class |
DenotifyResponseDMW
The DenotifyResponse is sent as a result of a DenotifyRequest.
|
class |
GetResponseDMW
The GetResponse returns a set of objects.
|
class |
LoginResponseDMW
The LoginResponse is returned after a Login request is received.
|
class |
LogoutResponseDMW
The LogoutResponse will indicate that you have successfully terminated\n
your current session.
|
class |
NotifyResponseDMW
The NotifyResponse is sent as the result of a NotifyRequest.
|
class |
PreAuthResponseDMW
The PreAuthResponse is sent as a result of a PreAuthRequest.
|
class |
SetResponseDMW
The SetResponse returns the results of a particular SetRequest.
|
Copyright © 2023. All rights reserved.