Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
Revision as of 13:18, 9 November 2011 by Daniel.wiehl.yahoo.com (Talk | contribs) (New page: <source lang="java"> @Override protected void execInstallHandlers(List<SOAPHandler<SOAPMessageContext>> handlers) { handlers.add(new DatabaseLogHandler()); } </source>)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@Override
protected void execInstallHandlers(List<SOAPHandler<SOAPMessageContext>> handlers) {
  handlers.add(new DatabaseLogHandler());
}

Copyright © Eclipse Foundation, Inc. All Rights Reserved.