edu.sc.seis.seisFile.fdsnws
Class FDSNEventQuerier

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
      extended by edu.sc.seis.seisFile.fdsnws.FDSNEventQuerier

public class FDSNEventQuerier
extends AbstractFDSNQuerier


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
connectionUri, connectTimeout, DEFAULT_CONNECT_TIMEOUT, DEFAULT_READ_TIMEOUT, readTimeout
 
Constructor Summary
FDSNEventQuerier(FDSNEventQueryParams queryParams)
           
 
Method Summary
 Quakeml getQuakeML()
           
 void outputRaw(java.io.OutputStream out)
           
 void validateQuakeML()
           
 
Methods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNQuerier
checkConnectionInitiated, extractErrorMessage, getConnectionUri, getConnectTimeout, getErrorMessage, getInputStream, getReader, getReadTimeout, getResponseCode, getUserAgent, isEmpty, isError, outputRaw, processConnection, setConnectTimeout, setReadTimeout, setUserAgent, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDSNEventQuerier

public FDSNEventQuerier(FDSNEventQueryParams queryParams)
Method Detail

getQuakeML

public Quakeml getQuakeML()
                   throws FDSNWSException
Throws:
FDSNWSException

validateQuakeML

public void validateQuakeML()
                     throws SeisFileException,
                            java.net.URISyntaxException
Throws:
SeisFileException
java.net.URISyntaxException

outputRaw

public void outputRaw(java.io.OutputStream out)
               throws java.net.MalformedURLException,
                      java.io.IOException,
                      java.net.URISyntaxException,
                      FDSNWSException
Throws:
java.net.MalformedURLException
java.io.IOException
java.net.URISyntaxException
FDSNWSException