/** Creates a new instance of TracingSystemHandlerFactory */
private WebServiceEngineImpl() {
// this is normally a bad idiom (see Java Concurrency 3.2), but
// this method is private, and can only be constructed in the static
// constructor below *and* the listern maintains no reference to 'this.
addAuthListener( new LogAuthenticationListener() );
}