Package de.aeb.xnsg.dl.bf
Class DLShipmentCancelParmsDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentCancelParmsDTO
Parameters for the cancle operation for a shipment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSets the process mode for the cancel operation.
'BASIC': the shipment is cancelled asynchronously by a job. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processMode
Sets the process mode for the cancel operation.
- 'BASIC': the shipment is cancelled asynchronously by a job. Therefore the response doesn't contain any errors or warnings of the cancel process itself. This is the default which is used, when no parms are specified.
- 'EXTENDED': the cancel operation is processed synchronously. The response contains all errors or warnings that occurred during the cancel process.
Keep in mind that processMode 'EXTENDED' consumes more system resources and reduces the effect of load balancing. It should only be used in case the client system needs an immediate response (e.g. if the client system makes subsequent business facade calls which have to rely on a successful cancellation)
-
-
Constructor Details
-
DLShipmentCancelParmsDTO
public DLShipmentCancelParmsDTO()
-