public class SubmitRequest extends MessageRequest<SubmitResponse>
Operation.Type| Constructor and Description |
|---|
SubmitRequest() |
SubmitRequest(String version) |
| Modifier and Type | Method and Description |
|---|---|
SubmitResponse |
createResponse() |
Boolean |
getDeliveryReport() |
void |
setDeliveryReport(Boolean value) |
void |
validate()
Validates the operation whether it contains all required properties
per the SXMP protocol specifications.
|
getDestinationAddress, getOperatorId, getOptionalParams, getPriority, getSourceAddress, getText, getTextEncoding, setDestinationAddress, setOperatorId, setOptionalParams, setPriority, setSourceAddress, setText, setText, setTextEncoding, toStringgetAccount, getApplication, setAccount, setApplicationgetReferenceId, getTicketId, getType, getVersion, isRequest, isResponse, setReferenceId, setTicketIdpublic SubmitRequest()
public SubmitRequest(String version)
public SubmitResponse createResponse() throws SxmpErrorException
createResponse in class Request<SubmitResponse>SxmpErrorExceptionpublic void setDeliveryReport(Boolean value)
public Boolean getDeliveryReport()
public void validate()
throws SxmpErrorException
Operationvalidate in class MessageRequest<SubmitResponse>SxmpErrorException - Thrown if any required elements are missing.Copyright © 2016. All rights reserved.