edu.sc.seis.sod.source.seismogram
Class DataSelectWebService

java.lang.Object
  extended by edu.sc.seis.sod.source.seismogram.DataSelectWebService
All Implemented Interfaces:
SeismogramSourceLocator

public class DataSelectWebService
extends java.lang.Object
implements SeismogramSourceLocator


Field Summary
protected  java.lang.String baseUrl
           
static java.lang.String DEFAULT_WS_URL
           
static ThreadSafeSimpleDateFormat longFormat
           
protected  int timeoutMillis
           
 
Constructor Summary
DataSelectWebService(org.w3c.dom.Element config)
           
DataSelectWebService(org.w3c.dom.Element config, java.lang.String defaultURL)
           
 
Method Summary
 SeismogramSource getSeismogramSource(CacheEvent event, ChannelImpl channel, RequestFilter[] infilters, CookieJar cookieJar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeoutMillis

protected int timeoutMillis

baseUrl

protected java.lang.String baseUrl

DEFAULT_WS_URL

public static final java.lang.String DEFAULT_WS_URL
See Also:
Constant Field Values

longFormat

public static ThreadSafeSimpleDateFormat longFormat
Constructor Detail

DataSelectWebService

public DataSelectWebService(org.w3c.dom.Element config)
                     throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

DataSelectWebService

public DataSelectWebService(org.w3c.dom.Element config,
                            java.lang.String defaultURL)
                     throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

getSeismogramSource

public SeismogramSource getSeismogramSource(CacheEvent event,
                                            ChannelImpl channel,
                                            RequestFilter[] infilters,
                                            CookieJar cookieJar)
                                     throws java.lang.Exception
Specified by:
getSeismogramSource in interface SeismogramSourceLocator
Throws:
java.lang.Exception