edu.sc.seis.seisFile.fdsnws
Class StationClient

java.lang.Object
  extended by edu.sc.seis.seisFile.client.AbstractClient
      extended by edu.sc.seis.seisFile.fdsnws.AbstractFDSNClient
          extended by edu.sc.seis.seisFile.fdsnws.StationClient

public class StationClient
extends AbstractFDSNClient


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractFDSNClient
BASEURL, BEGIN, END, HOST, PRINTURL, RAW, VALIDATE
 
Fields inherited from class edu.sc.seis.seisFile.client.AbstractClient
args, commandName, DEFAULT_USER_AGENT, HELP, jsap, params, result, userAgent, VERSION
 
Constructor Summary
StationClient(java.lang.String[] args)
           
 
Method Summary
protected  void addParams()
           
 void handleResults(FDSNStationXML stationXml)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class edu.sc.seis.seisFile.client.AbstractClient
add, createListOption, createListOption, createListOption, getArgs, getCommandName, getHelp, getParams, getResult, getUserAgent, isSpecified, isSuccess, requiresAtLeastOneArg, setUserAgent, shouldPrintHelp, shouldPrintVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationClient

public StationClient(java.lang.String[] args)
              throws com.martiansoftware.jsap.JSAPException
Throws:
com.martiansoftware.jsap.JSAPException
Method Detail

addParams

protected void addParams()
                  throws com.martiansoftware.jsap.JSAPException
Overrides:
addParams in class AbstractFDSNClient
Throws:
com.martiansoftware.jsap.JSAPException

run

public void run()

handleResults

public void handleResults(FDSNStationXML stationXml)
                   throws javax.xml.stream.XMLStreamException,
                          SeisFileException
Throws:
javax.xml.stream.XMLStreamException
SeisFileException

main

public static void main(java.lang.String[] args)
                 throws com.martiansoftware.jsap.JSAPException
Parameters:
args -
Throws:
com.martiansoftware.jsap.JSAPException