edu.sc.seis.sod.subsetter.channel
Class ResponseWriter

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.ResponseWriter
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class ResponseWriter
extends java.lang.Object
implements ChannelSubsetter


Field Summary
static java.lang.String DEFAULT_DIRECTORY
           
static java.lang.String DEFAULT_TEMPLATE
           
 
Constructor Summary
ResponseWriter(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(ChannelImpl chan, NetworkSource network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DIRECTORY

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

DEFAULT_TEMPLATE

public static final java.lang.String DEFAULT_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

ResponseWriter

public ResponseWriter(org.w3c.dom.Element config)
               throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(ChannelImpl chan,
                         NetworkSource network)
                  throws java.lang.Exception
Specified by:
accept in interface ChannelSubsetter
Throws:
java.lang.Exception