if (getContentType() == null) {
throw new DecodeException("Content-Type not specified");
}
if (getEncodingStyle() == null) {
throw new NonHl7ResponseException("Invalid Content-Type: " + getContentType(), getContentType(), getMessage());
}
verifySignature();
}