Re: Do we need both of EngineConfigurationFactoryDefault & DefaultEngineConfigurationFactory

2002-11-05 Thread Richard Sitze
DefaultEngineConfigurationFactory is the 'old' style that was left around for backwards compatability... It should be deprecated. *** Richard A. Sitze IBM WebSphere WebServices Development Lilantha Darshana <[EMAIL PROTECTED]> 11/05/2002 04:22 AM Pleas

Do we need both of EngineConfigurationFactoryDefault & DefaultEngineConfigurationFactory

2002-11-05 Thread Lilantha Darshana
Hi All, I'm curious about the two classes in ./axis/configuration/ : *EngineConfigurationFactoryDefault.java* & *DefaultEngineConfigurationFactory.java* I would appreciate if some one can give me a clue of what design/strategy behind these two classes; should we need both of them? if so, why?