How to send stanza sync in Smack?

In Smack, when you want to send stanza, you can use sendStanzaWithResponseCallback in AbstractXMPPConnection.

But this method is async, I want to send stanza sync and wait the result, How can I do this?