public abstract class AbstractServiceDefinitionLocator extends Object implements ServiceDefinitionLocator
ServiceDefinitionLocators.| Constructor and Description |
|---|
AbstractServiceDefinitionLocator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isServiceDefinitionFile(URL url)
Tests if the given URL represents a valid x-tsml service defintion.
|
static void |
validateServiceDefinitionFile(URL url)
Tests if the given URL represents a valid x-tsml service defintion.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocateServicesprotected static final Tracer tracer
public static final void validateServiceDefinitionFile(URL url) throws ToaException
url - The url to test.ToaException - If the provided url doesn't contain a parseable service definition.public static final boolean isServiceDefinitionFile(URL url)
url - The url to test.Copyright © 2016 Neeve Research, LLC. All Rights Reserved.