Uses of Class
edu.iris.dmc.service.ServiceNotSupportedException

Packages that use ServiceNotSupportedException
edu.iris.dmc.service   
 

Uses of ServiceNotSupportedException in edu.iris.dmc.service
 

Methods in edu.iris.dmc.service that throw ServiceNotSupportedException
 String RespService.fetch(Criteria criteria)
          Find Resp based on the criteria provided.
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(Criteria criteria, OutputLevel level)
           
 List<Event> EventService.fetch(EventCriteria criteria)
          fetch events from IRIS event service
 List<Sacpz> SacpzService.fetch(SacpzCriteria criteria)
          fetch sacpz objects list from IRIS Sacpz service
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(String url)
          Find stations based on the criteria provided.
 String RespService.fetch(String url)
           
 List<Event> EventService.fetch(String url)
          fetch events from IRIS event service
 List<Timeseries> WaveformService.fetch(WaveformCriteria criteria)
          Find timeseries based on the criteria provided.
protected  HttpURLConnection BaseService.getConnection(URL u)
           
 StationIterator StationService.iterate(Criteria criteria, OutputLevel level)
           
 StationIterator StationService.iterate(String url)
           
 void WaveformService.stream(OutputStream out, Criteria criteria)
           
 void EventService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 void BaseService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 



Copyright © 2013. All Rights Reserved.