com.neeve.toa.spi
Class AbstractServiceDefinitionLocator

java.lang.Object
  extended by com.neeve.toa.spi.AbstractServiceDefinitionLocator
All Implemented Interfaces:
ServiceDefinitionLocator
Direct Known Subclasses:
DefaultServiceDefinitionLocator

public abstract class AbstractServiceDefinitionLocator
extends Object
implements ServiceDefinitionLocator

A base class for ServiceDefinitionLocators.


Field Summary
protected static Tracer tracer
           
 
Constructor Summary
AbstractServiceDefinitionLocator()
           
 
Method Summary
static boolean isServiceDefinitionFile(URL url)
          Tests if the given URL represents a valid x-tsml service defintion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.neeve.toa.spi.ServiceDefinitionLocator
locateServices
 

Field Detail

tracer

protected static final Tracer tracer
Constructor Detail

AbstractServiceDefinitionLocator

public AbstractServiceDefinitionLocator()
Method Detail

isServiceDefinitionFile

public static final boolean isServiceDefinitionFile(URL url)
Tests if the given URL represents a valid x-tsml service defintion.

Parameters:
url - The url to test.
Returns:
true if valid, false otherwise.


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