The JMSServiceReply class encapsulates the JMS server's reply to requests made to the server using the JMSService interface methods.
Almost every interface method of JMSService returns an instance of JMSServiceReply. The Status of the request can be obtained using the {@code getStatus()} method.
All relevant returned properties can be obtained using methods that follow the pattern {@code get}, where {@code } isreplaced with the name of the property in the SJSMQ wire protocol.
When the {@code } is a required property, its absence willcause a {@code NoSuchFieldException} to be thrown.
When the {@code } is an optional property, its absence willcause a {@code NoSuchFieldException} unless it makes sense toreturn a default value.