4344454647484950
public void destroy() throws StompException { try { this.component._callRubyMethodIfDefined( "destroy" ); } catch (Exception e) { e.printStackTrace(); throw new StompException( e ); } }