public class URLFactoryProvider extends java.lang.Object implements HandlerFactoryProvider
HandlerFactoryProvider that loads HandlerFactoryProviders
 from XML configuration found at the given URLs.| Constructor and Description | 
|---|
URLFactoryProvider(java.net.URL[] urls,
                  ArooaSession session)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServerInterfaceHandlerFactory<?,?>[] | 
getHandlerFactories()
Provide the factories. 
 | 
public URLFactoryProvider(java.net.URL[] urls,
                          ArooaSession session)
urls - session - public ServerInterfaceHandlerFactory<?,?>[] getHandlerFactories()
HandlerFactoryProvidergetHandlerFactories in interface HandlerFactoryProvider