validate method
void
validate()
Validates the frame according to STOMP specification
Implementation
void validate() {
StompFrameValidator.validate(this);
}
Validates the frame according to STOMP specification
void validate() {
StompFrameValidator.validate(this);
}