public interface ServiceDefinitionLocator
| Modifier and Type | Method and Description |
|---|---|
void |
locateServices(Set<URL> urls)
Locates service definition xml and adds the xml to provided
set.
|
void locateServices(Set<URL> urls) throws Exception
Implementations must return service xmls that are valid with respect to the x-tsml schema. Implementations may call:
AbstractServiceDefinitionLocator.isServiceDefinitionFile(URL) to test if
a resource represents a valid service definition
AbstractServiceDefinitionLocator.validateServiceDefinitionFile(URL) to assert
that a resource represents a valid service definition.
urls - The collection into which to add valid service definition urls.ExceptionCopyright © 2016 Neeve Research, LLC. All Rights Reserved.