this.connection.execute( this.function );
streamerSelector =
(ComponentSelector)
this.manager.lookup( Web3Streamer.ROLE + "Selector" );
w3s = (Web3Streamer) streamerSelector.select( this.streamer );
w3s.stream( this.function, super.contentHandler );
}
catch (Exception x) {
this.attributes.clear();
super.contentHandler.startElement(uri, Web3.ABAP_EXCEPTION_ELEM,
Web3.ABAP_EXCEPTION_ELEM, this.attributes);