Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Tutorial/3.8/webservices/Register DatabaseLogHandler in webservice consumer

< Scout‎ | Tutorial‎ | 3.8

The Scout documentation has been moved to https://eclipsescout.github.io/.

@Override
protected void execInstallHandlers(List<SOAPHandler<SOAPMessageContext>> handlers) {
  handlers.add(new DatabaseLogHandler());
}

Back to the top