com.neeve.toa.spi
Interface ServiceDefinitionLocator

All Known Implementing Classes:
AbstractServiceDefinitionLocator, DefaultServiceDefinitionLocator

public interface ServiceDefinitionLocator

Provider interface for locating Topic Oriented Application service xml.


Method Summary
 void locateServices(Set<URL> urls)
          Locates service definition xml and adds the xml to provided set.
 

Method Detail

locateServices

void locateServices(Set<URL> urls)
                    throws Exception
Locates service definition xml and adds the xml to provided set.

Parameters:
urls - The collection into which to add the service urls.
Throws:
Exception


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.